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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp259 unsigned iGst = off / sizeof(X86PDE); local
260 unsigned iShwPdpt = iGst / 256;
261 unsigned iShw = (iGst % 256) * 2;
264 LogFlow(("pgmPoolMonitorChainChanging PAE for 32 bits: iGst=%x iShw=%x idx = %d page idx=%d\n", iGst, iShw, iShwPdpt, pPage->enmKind - PGMPOOLKIND_PAE_PD0_FOR_32BIT_PD));

Completed in 54 milliseconds