Changeset 86461 in vbox for trunk/src/VBox/VMM/include/PGMInternal.h
- Timestamp:
- Oct 6, 2020 4:40:59 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140765
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r85121 r86461 181 181 * @remarks This is currently only used for statistics and can be recycled. */ 182 182 #define PGM_PDFLAGS_BIG_PAGE RT_BIT_64(9) 183 #ifndef PGM_WITHOUT_MAPPINGS 183 184 /** Mapping (hypervisor allocated pagetable). */ 184 #define PGM_PDFLAGS_MAPPING RT_BIT_64(10) 185 # define PGM_PDFLAGS_MAPPING RT_BIT_64(10) 186 #endif 185 187 /** Made read-only to facilitate dirty bit tracking. */ 186 188 #define PGM_PDFLAGS_TRACK_DIRTY RT_BIT_64(11)
Note:
See TracChangeset
for help on using the changeset viewer.