VirtualBox

Changeset 91965 in vbox


Ignore:
Timestamp:
Oct 21, 2021 3:33:13 PM (3 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 Added EPT_PML4E_ATTR_MASK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r91711 r91965  
    516516/** The PML4 index mask (apply to a shifted page address). */
    517517#define EPT_PML4_MASK           X86_PML4_MASK
    518 /** Bits - - EPT - PML4 MBZ Mask. */
     518/** Bits - - EPT - PML4 MBZ mask. */
    519519#define EPT_PML4E_MBZ_MASK      UINT64_C(0x00000000000000f8)
     520/** Mask of all possible EPT PML4E attribute bits. */
     521#define EPT_PML4E_ATTR_MASK     (EPT_E_READ | EPT_E_WRITE | EPT_E_EXECUTE | EPT_E_ACCESSED | EPT_E_USER_EXECUTE)
    520522
    521523/**
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