- Timestamp:
- Oct 26, 2021 7:44:22 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMGstDefs.h
r92062 r92065 291 291 # define GST_IS_PML4E_VALID(pVCpu, Pml4e) (!( (Pml4e).u & (pVCpu)->pgm.s.fGstEptMbzPml4eMask )) 292 292 # define GST_IS_PGENTRY_PRESENT(pVCpu, Pge) ((Pge).u & (pVCpu)->pgm.s.fGstEptPresentMask) 293 # define GST_IS_PSE_ACTIVE(pVCpu) ( true)293 # define GST_IS_PSE_ACTIVE(pVCpu) (!((pVCpu)->pgm.s.fGstEptMbzBigPdeMask & EPT_E_BIT_LEAF)) 294 294 # define GST_IS_NX_ACTIVE(pVCpu) (pgmGstIsNoExecuteActive(pVCpu)) 295 295 # define BTH_IS_NP_ACTIVE(pVM) (false)
Note:
See TracChangeset
for help on using the changeset viewer.