Changeset 17285 in vbox for trunk/include
- Timestamp:
- Mar 3, 2009 2:34:35 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43648
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/mm.h
r17279 r17285 86 86 #define MM_RAM_FLAGS_DYNAMIC_ALLOC RT_BIT(11) 87 87 88 /** The shift used to get the reference count. */89 #define MM_RAM_FLAGS_CREFS_SHIFT 6290 /** The mask applied to the the page pool idx after using MM_RAM_FLAGS_CREFS_SHIFT to shift it down. */91 #define MM_RAM_FLAGS_CREFS_MASK 0x392 88 /** The (shifted) cRef value used to indiciate that the idx is the head of a 93 89 * physical cross reference extent list. */ 94 #define MM_RAM_FLAGS_CREFS_PHYSEXT MM_RAM_FLAGS_CREFS_MASK90 #define MM_RAM_FLAGS_CREFS_PHYSEXT 0x3 95 91 /** The shift used to get the page pool idx. (Apply MM_RAM_FLAGS_IDX_MASK to the result when shifting down). */ 96 92 #define MM_RAM_FLAGS_IDX_SHIFT 48
Note:
See TracChangeset
for help on using the changeset viewer.