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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp61 bool fLme; member in struct:PGMR3DUMPHIERARCHYSTATE
929 pState->fLme = !!(fFlags & DBGFPGDMP_FLAGS_LME);
933 pState->cchAddress = pState->fLme ? 16 : 8;
1157 pState->fLme /*P R S A D G WT CD AT NX 4M a p ? */
1177 pState->pHlp->pfnPrintf(pState->pHlp, " 62:52=%03llx%s", (Pte.u >> 52) & 0x7ff, pState->fLme ? "" : "!");
1183 pState->fLme
1189 pState->fLme
1228 pState->fLme /*P R S A D G WT CD AT NX 2M a p ? phys*/
1248 pState->pHlp->pfnPrintf(pState->pHlp, " 62:52=%03llx%s", (Pde.u >> 52) & 0x7ff, pState->fLme ? "" : "!");
1250 pState->pHlp->pfnPrintf(pState->pHlp, " 20:13=%02llx%s", (Pde.u >> 13) & 0x0ff, pState->fLme
[all...]

Completed in 46 milliseconds