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

/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp971 uint32_t const iEndPage = pSeg->iPage + cPages; local
973 iPage < iEndPage;
1028 while (iPage < iEndPage)
1030 for (uint32_t iGPg = 0; iGPg < PGMR0DYNMAP_GUARD_PAGES && iPage < iEndPage; iGPg++, iPage++)
1036 iPage = iEndPage - 1;

Completed in 67 milliseconds