Changeset 10288 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 5, 2008 5:42:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllGst.h
r10286 r10288 58 58 # define GSTPDE SHWPDE 59 59 # define PGSTPDE PSHWPDE 60 # define GST_BIG_PAGE_SIZE SHW_BIG_PAGE_SIZE61 # define GST_BIG_PAGE_OFFSET_MASK SHW_BIG_PAGE_OFFSET_MASK62 # define GST_PDE_PG_MASK SHW_PDE_PG_MASK63 # define GST_PDE_BIG_PG_MASK SHW_PDE_BIG_PG_MASK64 # define GST_PD_SHIFT SHW_PD_SHIFT65 # define GST_PD_MASK SHW_PD_MASK66 # define GST_TOTAL_PD_ENTRIES SHW_PG_ENTRIES67 60 # define GST_PTE_PG_MASK SHW_PTE_PG_MASK 68 # define GST_PT_SHIFT SHW_PT_SHIFT69 # define GST_PT_MASK SHW_PT_MASK70 # define GST_CR3_PAGE_MASK SHW_CR3_PAGE_MASK71 61 #elif PGM_GST_TYPE == PGM_TYPE_32BIT 72 62 # define GSTPT X86PT
Note:
See TracChangeset
for help on using the changeset viewer.