Changeset 11525 in vbox for trunk/src/VBox/VMM/PGMGst.h
- Timestamp:
- Aug 21, 2008 9:07:51 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35088
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMGst.h
r10035 r11525 43 43 #undef GST_CR3_PAGE_MASK 44 44 #undef GST_PDPE_ENTRIES 45 #undef GST_GET_PDE_BIG_PG_GCPHYS 45 46 46 47 #if PGM_GST_TYPE == PGM_TYPE_32BIT \ … … 59 60 # define GST_PDE_PG_MASK X86_PDE_PG_MASK 60 61 # define GST_PDE_BIG_PG_MASK X86_PDE4M_PG_MASK 62 # define GST_GET_PDE_BIG_PG_GCPHYS(PdeGst) pgmGstGet4MBPhysPage(&pVM->pgm.s, PdeGst) 61 63 # define GST_PD_SHIFT X86_PD_SHIFT 62 64 # define GST_PD_MASK X86_PD_MASK … … 80 82 # define GST_PDE_PG_MASK X86_PDE_PAE_PG_MASK 81 83 # 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) 82 85 # define GST_PD_SHIFT X86_PD_PAE_SHIFT 83 86 # define GST_PD_MASK X86_PD_PAE_MASK
Note:
See TracChangeset
for help on using the changeset viewer.