Changeset 17290 in vbox for trunk/include
- Timestamp:
- Mar 3, 2009 3:05:31 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43656
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/mm.h
r17286 r17290 85 85 /** Physical backing memory is allocated dynamically. Not set implies a one time static allocation. */ 86 86 #define MM_RAM_FLAGS_DYNAMIC_ALLOC RT_BIT(11) 87 88 /** The shift used to get the page pool idx. (Apply MM_RAM_FLAGS_IDX_MASK to the result when shifting down). */89 #define MM_RAM_FLAGS_IDX_SHIFT 4890 /** The mask applied to the the page pool idx after using MM_RAM_FLAGS_IDX_SHIFT to shift it down. */91 #define MM_RAM_FLAGS_IDX_MASK 0x3fff92 87 /** @} */ 93 88
Note:
See TracChangeset
for help on using the changeset viewer.