VirtualBox

Changeset 91708 in vbox


Ignore:
Timestamp:
Oct 13, 2021 11:01:57 AM (3 years ago)
Author:
vboxsync
Message:

x86.h: Nested VMX: bugref:10092 Added X86_CR3_EPT_PAGE_MASK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r91037 r91708  
    909909/** Bits 12-51 - - AMD64 Page directory page number. */
    910910#define X86_CR3_AMD64_PAGE_MASK             UINT64_C(0x000ffffffffff000)
     911/** Bits 12-47 - - Intel EPT Page directory page number. */
     912#define X86_CR3_EPT_PAGE_MASK               UINT64_C(0x0000fffffffff000)
    911913/** @} */
    912914
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