Searched refs:fLME (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp2527 bool fPAE, fLME, fPSE, fPGE, fNXE; local
2529 ? dbgcGetGuestPageMode(pDbgc, &fPAE, &fLME, &fPSE, &fPGE, &fNXE)
2530 : dbgcGetShadowPageMode(pDbgc, &fPAE, &fLME, &fPSE, &fPGE, &fNXE);
2542 if (fLME || fPAE)
2629 if (fLME)
2911 bool fPAE, fLME, fPSE, fPGE, fNXE; local
2913 ? dbgcGetGuestPageMode(pDbgc, &fPAE, &fLME, &fPSE, &fPGE, &fNXE)
2914 : dbgcGetShadowPageMode(pDbgc, &fPAE, &fLME, &fPSE, &fPGE, &fNXE);
2975 if (fLME)

Completed in 55 milliseconds