Searched refs:fPSE (Results 1 - 2 of 2) 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);
2699 if (fPSE && Pde.b.u1Size)
2911 bool fPAE, fLME, fPSE, fPGE, fNXE; local
2913 ? dbgcGetGuestPageMode(pDbgc, &fPAE, &fLME, &fPSE, &fPGE, &fNXE)
2914 : dbgcGetShadowPageMode(pDbgc, &fPAE, &fLME, &fPSE, &fPGE, &fNXE);
3012 if (fPSE && Pde.n.u1Size)
3030 if (fPSE && Pde.n.u1Size)
/vbox/src/VBox/VMM/VMMR3/
H A DPGM.cpp2754 const bool fPSE = !!(CPUMGetGuestCR4(pVCpu) & X86_CR4_PSE); local
2776 if (PdeSrc.b.u1Size && fPSE)

Completed in 87 milliseconds