- Timestamp:
- May 7, 2009 7:37:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r19488 r19504 2872 2872 #define PGM_SYNC_MAP_CR3 RT_BIT(3) 2873 2873 /** Clear the page pool (a light weight flush). */ 2874 #define PGM_GLOBAL_SYNC_CLEAR_PGM_POOL RT_BIT(8) 2874 #define PGM_GLOBAL_SYNC_CLEAR_PGM_POOL_BIT 8 2875 #define PGM_GLOBAL_SYNC_CLEAR_PGM_POOL RT_BIT(PGM_GLOBAL_SYNC_CLEAR_PGM_POOL_BIT) 2875 2876 /** @} */ 2876 2877
Note:
See TracChangeset
for help on using the changeset viewer.