Changeset 96759 in vbox
- Timestamp:
- Sep 16, 2022 4:01:12 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r96758 r96759 214 214 * address translation (SLAT) modes in the templates. 215 215 * @{ */ 216 #define PGM_SLAT_TYPE_EPT (PGM_TYPE_END + 1) 217 #define PGM_SLAT_TYPE_32BIT (PGM_TYPE_END + 2) 218 #define PGM_SLAT_TYPE_PAE (PGM_TYPE_END + 3) 219 #define PGM_SLAT_TYPE_AMD64 (PGM_TYPE_END + 4) 216 #define PGM_SLAT_TYPE_DIRECT (PGM_TYPE_END + 1) 217 #define PGM_SLAT_TYPE_EPT (PGM_TYPE_END + 2) 218 #define PGM_SLAT_TYPE_32BIT (PGM_TYPE_END + 3) 219 #define PGM_SLAT_TYPE_PAE (PGM_TYPE_END + 4) 220 #define PGM_SLAT_TYPE_AMD64 (PGM_TYPE_END + 5) 220 221 /** @} */ 221 222
Note:
See TracChangeset
for help on using the changeset viewer.