Changeset 6902 in vbox for trunk/include
- Timestamp:
- Feb 11, 2008 4:51:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/mm.h
r6818 r6902 83 83 /** PGM has virtual page access handler(s) for all access. */ 84 84 #define MM_RAM_FLAGS_VIRTUAL_ALL RT_BIT(6) 85 /** PGM has physical page access handler(s) defined for pages with this flag. */86 #define MM_RAM_FLAGS_PHYSICAL_HANDLER RT_BIT(7)87 /** PGM has physical page access handler(s) for write access. */88 #define MM_RAM_FLAGS_PHYSICAL_WRITE RT_BIT(8)89 /** PGM has physical page access handler(s) for all access. */90 #define MM_RAM_FLAGS_PHYSICAL_ALL RT_BIT(9)91 /** PGM has physical page access handler(s) for this page and has temporarily disabled it. */92 #define MM_RAM_FLAGS_PHYSICAL_TEMP_OFF RT_BIT(10)93 85 #ifndef VBOX_WITH_NEW_PHYS_CODE 94 86 /** Physical backing memory is allocated dynamically. Not set implies a one time static allocation. */
Note:
See TracChangeset
for help on using the changeset viewer.