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

/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...]

Completed in 46 milliseconds