VirtualBox

Changeset 96103 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Aug 8, 2022 7:55:52 AM (2 years ago)
Author:
vboxsync
Message:

VMM: Add some new AMD CPUID feature bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum.h

    r95359 r96103  
    12091209    /** SVM: Supports GMET (Guest Mode Execute Trap Extension). */
    12101210    uint32_t        fSvmGmet : 1;
     1211    /** SVM: Supports SSSCheck (SVM Supervisor Shadow Stack). */
     1212    uint32_t        fSvmSSSCheck : 1;
     1213    /** SVM: Supports SPEC_CTRL virtualization. */
     1214    uint32_t        fSvmSpecCtrl : 1;
     1215    /** SVM: Supports HOST_MCE_OVERRIDE. */
     1216    uint32_t        fSvmHostMceOverride : 1;
     1217    /** SVM: Supports TlbiCtl (INVLPGB/TLBSYNC in VMCB and TLBSYNC intercept). */
     1218    uint32_t        fSvmTlbiCtl : 1;
    12111219    /** SVM: Padding / reserved for future features (64 bits total w/ max ASID). */
    1212     uint32_t        fSvmPadding0 : 18;
     1220    uint32_t        fSvmPadding0 : 14;
    12131221    /** SVM: Maximum supported ASID. */
    12141222    uint32_t        uSvmMaxAsid;
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