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

/vbox/src/VBox/VMM/include/
H A DPGMGstDefs.h61 #undef GST_IS_PSE_ACTIVE macro
122 # define GST_IS_PSE_ACTIVE(pVCpu) (false && This_should_not_be_used_in_this_context) macro
162 # define GST_IS_PSE_ACTIVE(pVCpu) pgmGst32BitIsPageSizeExtActive(pVCpu) macro
227 # define GST_IS_PSE_ACTIVE(pVCpu) (true) macro
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllGst.h162 if (Pde.n.u1Size && GST_IS_PSE_ACTIVE(pVCpu))
H A DPGMAllBth.h1298 const bool fIsBigPage = PdeSrc.b.u1Size && GST_IS_PSE_ACTIVE(pVCpu);
1972 const bool fBigPage = PdeSrc.b.u1Size && GST_IS_PSE_ACTIVE(pVCpu);
2446 if (pPdeSrc->b.u1Size && GST_IS_PSE_ACTIVE(pVCpu))
2732 const bool fPageTable = !PdeSrc.b.u1Size || !GST_IS_PSE_ACTIVE(pVCpu);
3778 bool fBigPagesSupported = GST_IS_PSE_ACTIVE(pVCpu);

Completed in 791 milliseconds