Changeset 17462 in vbox for trunk/src/VBox/VMM/PGMInternal.h
- Timestamp:
- Mar 6, 2009 1:00:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r17461 r17462 184 184 #define PGM_PTFLAGS_CSAM_VALIDATED RT_BIT_64(11) 185 185 #endif 186 187 /** Mark a dynamic map entry (PGMDynMapHCPage) as locked. */188 #define PGM_PTFLAGS_DYN_LOCKED RT_BIT(9)189 186 190 187 /** @} */ … … 2633 2630 * The cache size is covering half of the mapping area. */ 2634 2631 RTHCPHYS aHCPhysDynPageMapCache[MM_HYPER_DYNAMIC_SIZE >> (PAGE_SHIFT + 1)]; 2632 uint32_t aLockedDynPageMapCache[MM_HYPER_DYNAMIC_SIZE >> (PAGE_SHIFT + 1)]; 2635 2633 2636 2634 /** The address of the ring-0 mapping cache if we're making use of it. */
Note:
See TracChangeset
for help on using the changeset viewer.