VirtualBox

Changeset 92065 in vbox for trunk/src


Ignore:
Timestamp:
Oct 26, 2021 7:44:22 AM (3 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 The 2M page size support on EPT depends on the features exposed to the guest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMGstDefs.h

    r92062 r92065  
    291291# define GST_IS_PML4E_VALID(pVCpu, Pml4e)       (!( (Pml4e).u & (pVCpu)->pgm.s.fGstEptMbzPml4eMask ))
    292292# 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))
    294294# define GST_IS_NX_ACTIVE(pVCpu)                (pgmGstIsNoExecuteActive(pVCpu))
    295295# define BTH_IS_NP_ACTIVE(pVM)                  (false)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette