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

/vbox/src/VBox/VMM/include/
H A DPGMGstDefs.h58 #undef GST_IS_PDPE_VALID macro
119 # define GST_IS_PDPE_VALID(pVCpu, Pdpe) (true) macro
159 //# define GST_IS_PDPE_VALID(pVCpu, Pdpe) (false)
204 # define GST_IS_PDPE_VALID(pVCpu, Pdpe) (!( (Pdpe).u & (pVCpu)->pgm.s.fGstPaeMbzPdpeMask )) macro
221 # define GST_IS_PDPE_VALID(pVCpu, Pdpe) (!( (Pdpe).u & (pVCpu)->pgm.s.fGstAmd64MbzPdpeMask )) macro
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllGst.h138 if (RT_UNLIKELY(!GST_IS_PDPE_VALID(pVCpu, Pdpe)))

Completed in 102 milliseconds