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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp65 bool fEpt; member in struct:PGMR3DUMPHIERARCHYSTATE
931 pState->fEpt = !!(fFlags & DBGFPGDMP_FLAGS_EPT);
1614 uint64_t const cr3Mask = pState->fEpt ? X86_CR3_AMD64_PAGE_MASK
1620 const char * const pszMode = pState->fEpt ? "Extended Page Tables"
1635 if (pState->fEpt)
2293 uint64_t const cr3Mask = pState->fEpt ? X86_CR3_AMD64_PAGE_MASK
2299 const char * const pszMode = pState->fEpt ? "Extended Page Tables"
2314 if (pState->fEpt)

Completed in 47 milliseconds