Changeset 92043 in vbox
- Timestamp:
- Oct 25, 2021 3:31:50 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147852
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r91708 r92043 2613 2613 /** Bits 12-51 - - PAE - Physical Page number of the next level. */ 2614 2614 #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) 2615 2617 /** Bits 63-52, 8-5, 2-1 - - PAE - MBZ bits (NX is long mode only). */ 2616 2618 #define X86_PDPE_PAE_MBZ_MASK UINT64_C(0xfff00000000001e6)
Note:
See TracChangeset
for help on using the changeset viewer.