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

/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp2432 * @param pfPSE Where to store the page size extension indicator.
2436 static RTGCPHYS dbgcGetGuestPageMode(PDBGC pDbgc, bool *pfPAE, bool *pfLME, bool *pfPSE, bool *pfPGE, bool *pfNXE) argument
2440 *pfPSE = !!(cr4 & X86_CR4_PSE);
2444 *pfPSE = true;
2463 * @param pfPSE Where to store the page size extension indicator.
2467 static RTHCPHYS dbgcGetShadowPageMode(PDBGC pDbgc, bool *pfPAE, bool *pfLME, bool *pfPSE, bool *pfPGE, bool *pfNXE) argument
2471 *pfPSE = true;

Completed in 54 milliseconds