Searched refs:idxRegion (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DPGMR0SharedPage.cpp64 for (uint32_t idxRegion = 0; idxRegion < pModule->cRegions; idxRegion++)
66 RTGCPTR GCPtrPage = paRegionsGCPtrs[idxRegion] & ~(RTGCPTR)PAGE_OFFSET_MASK;
67 uint32_t cbLeft = pModule->aRegions[idxRegion].cb; Assert(!(cbLeft & PAGE_OFFSET_MASK));
90 rc = GMMR0SharedModuleCheckPage(pGVM, pModule, idxRegion, idxPage, &PageDesc);
H A DGMMR0.cpp4827 unsigned idxRegion, unsigned idxPage,
4834 AssertMsgReturn(pPage, ("idPage=%#x (GCPhys=%RGp HCPhys=%RHp idxRegion=%#x idxPage=%#x) #1\n",
4835 pPageDesc->idPage, pPageDesc->GCPhys, pPageDesc->HCPhys, idxRegion, idxPage),
4864 * @param idxRegion Region index
4868 GMMR0DECL(int) GMMR0SharedModuleCheckPage(PGVM pGVM, PGMMSHAREDMODULE pModule, uint32_t idxRegion, uint32_t idxPage,
4876 AssertMsgReturn(idxRegion < pModule->cRegions,
4877 ("idxRegion=%#x cRegions=%#x %s %s\n", idxRegion, pModule->cRegions, pModule->szName, pModule->szVersion),
4880 uint32_t const cPages = pModule->aRegions[idxRegion].cb >> PAGE_SHIFT;
4882 ("idxRegion
[all...]
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp162 unsigned idxRegion = 0; local
201 aRegions[idxRegion].GCRegionAddr = (RTGCPTR32)MemInfo.BaseAddress;
203 aRegions[idxRegion].GCRegionAddr = (RTGCPTR64)MemInfo.BaseAddress;
205 aRegions[idxRegion].cbRegion = MemInfo.RegionSize;
206 idxRegion++;
227 if (idxRegion >= RT_ELEMENTS(aRegions))
236 aRegions[idxRegion].GCRegionAddr = (RTGCPTR32)pBaseAddress;
238 aRegions[idxRegion].GCRegionAddr = (RTGCPTR64)pBaseAddress;
240 aRegions[idxRegion].cbRegion = dwModuleSize;
241 idxRegion
[all...]
/vbox/include/VBox/vmm/
H A Dgmm.h679 GMMR0DECL(int) GMMR0SharedModuleCheckPage(PGVM pGVM, PGMMSHAREDMODULE pModule, uint32_t idxRegion, uint32_t idxPage,

Completed in 57 milliseconds