VirtualBox

Changeset 92075 in vbox for trunk/include


Ignore:
Timestamp:
Oct 26, 2021 11:28:32 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147888
Message:

VMM: Nested VMX: bugref:10092 hm_vmx.h: Added EPT_PTE_ATTR_MASK for upcoming changes.

File:
1 edited

Legend:

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

    r92070 r92075  
    841841/** No bits - - EPT - PTE MBZ bits. */
    842842#define EPT_PTE_MBZ_MASK        UINT64_C(0x0000000000000000)
     843/** Mask of all possible EPT PTE attribute bits. */
     844#define EPT_PTE_ATTR_MASK       (  EPT_E_READ | EPT_E_WRITE | EPT_E_EXECUTE | EPT_E_MEMTYPE_MASK | EPT_E_IGNORE_PAT \
     845                                 | EPT_E_ACCESSED | EPT_E_USER_EXECUTE)
    843846
    844847
Note: See TracChangeset for help on using the changeset viewer.

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