Lines Matching refs:idxRegion
162 unsigned idxRegion = 0;
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++;
243 VBoxServiceVerbose(3, "VBoxServicePageSharingRegisterModule: VbglR3RegisterSharedModule %s %s base=%p size=%x cregions=%d\n", pModule->Info.szModule, pModule->szFileVersion, pModule->Info.modBaseAddr, pModule->Info.modBaseSize, idxRegion);
245 pModule->Info.modBaseSize, idxRegion, aRegions);