VirtualBox

Changeset 7655 in vbox for trunk/include


Ignore:
Timestamp:
Mar 31, 2008 1:19:56 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29165
Message:

PAE fixes & changes

File:
1 edited

Legend:

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

    r7121 r7655  
    12101210#define X86_PDE4M_PG_HIGH_SHIFT             19
    12111211
    1212 /** Bits 12-51 - - PAE - Physical Page number. */
    1213 #define X86_PDE4M_PAE_PG_MASK               ( 0x000fffffffc00000ULL )
     1212/** Bits 21-36 - - PAE - Physical Page number. */
     1213#define X86_PDE2M_PAE_PG_MASK               ( 0x000fffffffe00000ULL )
    12141214/** Bits 63 - NX - PAE - No execution flag. */
    1215 #define X86_PDE4M_PAE_NX                    RT_BIT_64(63)
     1215#define X86_PDE2M_PAE_NX                    RT_BIT_64(63)
    12161216
    12171217/**
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