Changeset 6927 in vbox for trunk/include
- Timestamp:
- Feb 12, 2008 8:44:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/mm.h
r6902 r6927 77 77 #define MM_RAM_FLAGS_MMIO2 RT_BIT(3) 78 78 79 /** PGM has virtual page access handler(s) defined for pages with this flag. */80 #define MM_RAM_FLAGS_VIRTUAL_HANDLER RT_BIT(4)81 /** PGM has virtual page access handler(s) for write access. */82 #define MM_RAM_FLAGS_VIRTUAL_WRITE RT_BIT(5)83 /** PGM has virtual page access handler(s) for all access. */84 #define MM_RAM_FLAGS_VIRTUAL_ALL RT_BIT(6)85 79 #ifndef VBOX_WITH_NEW_PHYS_CODE 86 80 /** Physical backing memory is allocated dynamically. Not set implies a one time static allocation. */
Note:
See TracChangeset
for help on using the changeset viewer.