VirtualBox

Changeset 9857 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 20, 2008 2:34:46 PM (16 years ago)
Author:
vboxsync
Message:

Updates for amd64 paging

File:
1 edited

Legend:

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

    r9701 r9857  
    14341434#if 1 /* we're using this internally and have to mask of the top 16-bit. */
    14351435#define X86_PDPE_PG_MASK                    ( 0x0000fffffffff000ULL )
     1436/** @todo Get rid of the above hack; makes code unreadable. */
     1437#define X86_PDPE_PG_MASK_FULL               ( 0x000ffffffffff000ULL )
    14361438#else
    14371439#define X86_PDPE_PG_MASK                    ( 0x000ffffffffff000ULL )
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