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

/vbox/src/VBox/VMM/include/
H A DPGMGstDefs.h204 # define GST_IS_PDPE_VALID(pVCpu, Pdpe) (!( (Pdpe).u & (pVCpu)->pgm.s.fGstPaeMbzPdpeMask ))
H A DPGMInline.h729 && !(pGuestPDPT->a[iPdpt].u & pVCpu->pgm.s.fGstPaeMbzPdpeMask) )
781 if (RT_UNLIKELY(pVCpu->pgm.s.fGstPaeMbzPdpeMask & pGuestPDPT->a[iPdpt].u))
H A DPGMInternal.h3803 uint64_t fGstPaeMbzPdpeMask; member in struct:PGMCPU
/vbox/src/VBox/VMM/VMMR3/
H A DPGM.cpp2192 pVCpu->pgm.s.fGstPaeMbzPdpeMask = fMbzPageFrameMask | X86_PDPE_PAE_MBZ_MASK;

Completed in 1658 milliseconds