Changeset 22933 in vbox
- Timestamp:
- Sep 10, 2009 11:30:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r22929 r22933 2282 2282 bool fRamPreAlloc; 2283 2283 /** Alignment padding. */ 2284 bool afAlignment0[ 7];2284 bool afAlignment0[3]; 2285 2285 2286 2286 /* … … 2293 2293 */ 2294 2294 2295 /** The host paging mode. (This is what SUPLib reports.) */ 2296 SUPPAGINGMODE enmHostMode; 2297 2295 2298 /** Pointer to the page table entries for the dynamic page mapping area - GCPtr. */ 2296 2299 RCPTRTYPE(PX86PTE) paDynPageMap32BitPTEsGC; 2297 2300 /** Pointer to the page table entries for the dynamic page mapping area - GCPtr. */ 2298 2301 RCPTRTYPE(PX86PTEPAE) paDynPageMapPaePTEsGC; 2299 2300 /** The host paging mode. (This is what SUPLib reports.) */2301 SUPPAGINGMODE enmHostMode;2302 2302 2303 2303 /** 4 MB page mask; 32 or 36 bits depending on PSE-36 (identical for all VCPUs) */ … … 2320 2320 /** RC pointer corresponding to PGM::pRomRangesR3. */ 2321 2321 RCPTRTYPE(PPGMROMRANGE) pRomRangesRC; 2322 #if HC_ARCH_BITS == 64 2322 2323 /** Alignment padding. */ 2323 2324 RTRCPTR GCPtrPadding2; 2325 #endif 2324 2326 2325 2327 /** Pointer to the list of MMIO2 ranges - for R3. … … 2589 2591 #ifndef IN_TSTVMSTRUCTGC /* HACK */ 2590 2592 AssertCompileMemberAlignment(PGM, paDynPageMap32BitPTEsGC, 8); 2593 AssertCompileMemberAlignment(PGM, GCPtrMappingFixed, sizeof(RTGCPTR)); 2591 2594 AssertCompileMemberAlignment(PGM, HCPhysInterPD, 8); 2592 2595 AssertCompileMemberAlignment(PGM, aHCPhysDynPageMapCache, 8);
Note:
See TracChangeset
for help on using the changeset viewer.