Changeset 5143 for trunk/include/VBox/gmm.h
- Timestamp:
- 10/02/07 17:43:06 (1 year ago)
- Files:
-
- trunk/include/VBox/gmm.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/gmm.h
r5142 r5143 58 58 * The constraints are currently dictated by PGMPAGE. */ 59 59 #define GMM_PAGEID_LAST (RT_BIT_32(28) - 1) 60 /** Mask out the page index from the Page ID. */ 61 #define GMM_PAGEID_IDX_MASK ((1U << GMM_CHUNKID_SHIFT) - 1) 60 62 /** The NIL Chunk ID value. */ 61 63 #define NIL_GMM_CHUNKID 0

