VirtualBox

Changeset 11525 in vbox for trunk/src/VBox/VMM/PGMGst.h


Ignore:
Timestamp:
Aug 21, 2008 9:07:51 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35088
Message:

Added support for PSE-36.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMGst.h

    r10035 r11525  
    4343#undef GST_CR3_PAGE_MASK
    4444#undef GST_PDPE_ENTRIES
     45#undef GST_GET_PDE_BIG_PG_GCPHYS
    4546
    4647#if PGM_GST_TYPE == PGM_TYPE_32BIT \
     
    5960# define GST_PDE_PG_MASK            X86_PDE_PG_MASK
    6061# define GST_PDE_BIG_PG_MASK        X86_PDE4M_PG_MASK
     62# define GST_GET_PDE_BIG_PG_GCPHYS(PdeGst)  pgmGstGet4MBPhysPage(&pVM->pgm.s, PdeGst)
    6163# define GST_PD_SHIFT               X86_PD_SHIFT
    6264# define GST_PD_MASK                X86_PD_MASK
     
    8082# define GST_PDE_PG_MASK            X86_PDE_PAE_PG_MASK
    8183# define GST_PDE_BIG_PG_MASK        X86_PDE2M_PAE_PG_MASK
     84# define GST_GET_PDE_BIG_PG_GCPHYS(PdeGst)  (PdeGst.u & GST_PDE_BIG_PG_MASK)
    8285# define GST_PD_SHIFT               X86_PD_PAE_SHIFT
    8386# define GST_PD_MASK                X86_PD_PAE_MASK
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