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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp201 aRegions[idxRegion].GCRegionAddr = (RTGCPTR32)MemInfo.BaseAddress;
203 aRegions[idxRegion].GCRegionAddr = (RTGCPTR64)MemInfo.BaseAddress;
236 aRegions[idxRegion].GCRegionAddr = (RTGCPTR32)pBaseAddress;
238 aRegions[idxRegion].GCRegionAddr = (RTGCPTR64)pBaseAddress;
/vbox/src/VBox/VMM/VMMR3/
H A DPGMSharedPage.cpp424 pCmdHlp->pfnPrintf(pCmdHlp, NULL, "--- Region %d: base %RGv size %x\n", j, g_apSharedModules[i]->aRegions[j].GCRegionAddr, g_apSharedModules[i]->aRegions[j].cbRegion);
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp4346 uint32_t off = paRegions[i].GCRegionAddr & PAGE_OFFSET_MASK;
4405 Log(("gmmR0ShModNewGlobal: rgn[%u]=%RGvLB%#x\n", i, paRegions[i].GCRegionAddr, paRegions[i].cbRegion));
4406 pGblMod->aRegions[i].off = paRegions[i].GCRegionAddr & PAGE_OFFSET_MASK;
4464 pRecVM->aRegionsGCPtrs[i] = paRegions[i].GCRegionAddr;
/vbox/include/VBox/
H A DVMMDev.h1372 RTGCPTR64 GCRegionAddr; member in struct:VMMDEVSHAREDREGIONDESC

Completed in 241 milliseconds