VirtualBox

Changeset 7728 in vbox for trunk/include


Ignore:
Timestamp:
Apr 3, 2008 3:25:34 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29264
Message:

Some cleanup.
CheckPageFault: implemented PAE case

File:
1 edited

Legend:

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

    r7715 r7728  
    15001500#define X86_PDPT_SHIFT             30
    15011501/** The PDPT index mask (apply to a shifted page address). (32 bits PAE) */
    1502 #define X86_PDPT_MASK_32           0x3
     1502#define X86_PDPT_MASK_PAE          0x3
    15031503/** The PDPT index mask (apply to a shifted page address). (64 bits PAE)*/
    1504 #define X86_PDPT_MASK              0x1ff
     1504#define X86_PDPT_MASK_AMD64        0x1ff
    15051505
    15061506/** @} */
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