VirtualBox

Changeset 96759 in vbox


Ignore:
Timestamp:
Sep 16, 2022 4:01:12 AM (2 years ago)
Author:
vboxsync
Message:

VMM/PGM: Nested VMX: bugref:10092 SLAT type direct.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInternal.h

    r96758 r96759  
    214214 * address translation (SLAT) modes in the templates.
    215215 * @{ */
    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)
    220221/** @} */
    221222
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette