VirtualBox

Changeset 92043 in vbox


Ignore:
Timestamp:
Oct 25, 2021 3:31:50 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147852
Message:

VMM: Nested VMX: bugref:10092 iprt/x86.h Added X86_PDPE1G_PG_MASK for upcoming changes.

File:
1 edited

Legend:

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

    r91708 r92043  
    26132613/** Bits 12-51 - - PAE - Physical Page number of the next level. */
    26142614#define X86_PDPE_PG_MASK                    UINT64_C(0x000ffffffffff000)
     2615/** Bits 30-51 - - PG - Physical address of the 1GB page referenced by this entry. */
     2616#define X86_PDPE1G_PG_MASK                  UINT64_C(0x000fffffc0000000)
    26152617/** Bits 63-52, 8-5, 2-1 - - PAE - MBZ bits (NX is long mode only). */
    26162618#define X86_PDPE_PAE_MBZ_MASK               UINT64_C(0xfff00000000001e6)
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