Searched defs:GST_IS_PML4E_VALID (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPGMGstDefs.h60 #undef GST_IS_PML4E_VALID macro
121 # define GST_IS_PML4E_VALID(pVCpu, Pml4e) (true) macro
161 //# define GST_IS_PML4E_VALID(pVCpu, Pml4e) (false)
206 //# define GST_IS_PML4E_VALID(pVCpu, Pml4e) (false)
223 # define GST_IS_PML4E_VALID(pVCpu, Pml4e) (!( (Pml4e).u & (pVCpu)->pgm.s.fGstAmd64MbzPml4eMask )) macro

Completed in 35 milliseconds