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

/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp275 uint32_t cLevels; /**< The number of levels. */ member in struct:PGMR0DYNMAPPGLVL
701 pPgLvl->cLevels = 2;
719 pPgLvl->cLevels = 3;
743 pPgLvl->cLevels = 4;
771 pPgLvl->cLevels = 0;
810 for (uint32_t i = 0; i < pPgLvl->cLevels; i++)
820 if (i + 1 == pPgLvl->cLevels)
839 if (i + 1 == pPgLvl->cLevels)
870 LogRel(("PGMR0DynMap: internal error - iPgLvl=%u cLevels=%u uEntry=%#llx fAnd=%#llx fRes=%#llx got=%#llx\n"
872 i, pPgLvl->cLevels, uEntr
[all...]

Completed in 292 milliseconds