Changeset 9858 in vbox
- Timestamp:
- Jun 20, 2008 2:40:30 PM (17 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r9857 r9858 962 962 # if PGM_GST_TYPE == PGM_TYPE_AMD64 963 963 /* Fetch the pgm pool shadow descriptor. */ 964 PPGMPOOLPAGE pShwPdpt = pgmPoolGetPageByHCPhys(pVM, pPml4eDst->u & SHW_PDPT_MASK);964 PPGMPOOLPAGE pShwPdpt = pgmPoolGetPageByHCPhys(pVM, pPml4eDst->u & X86_PML4E_PG_MASK); 965 965 Assert(pShwPdpt); 966 966 # endif -
trunk/src/VBox/VMM/VMMAll/PGMAllGst.h
r9857 r9858 46 46 #undef GST_PDPT_SHIFT 47 47 #undef GST_PDPT_MASK 48 #undef GST_PDPE_PG_MASK 48 49 49 50 #if PGM_GST_TYPE == PGM_TYPE_32BIT \ -
trunk/src/VBox/VMM/VMMAll/PGMAllShw.h
r9857 r9858 40 40 #undef SHW_PDPT_SHIFT 41 41 #undef SHW_PDPT_MASK 42 #undef SHW_PDPE_PG_MASK 42 43 #undef SHW_POOL_ROOT_IDX 43 44
Note:
See TracChangeset
for help on using the changeset viewer.