Changeset 96103 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Aug 8, 2022 7:55:52 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r95359 r96103 1209 1209 /** SVM: Supports GMET (Guest Mode Execute Trap Extension). */ 1210 1210 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; 1211 1219 /** SVM: Padding / reserved for future features (64 bits total w/ max ASID). */ 1212 uint32_t fSvmPadding0 : 1 8;1220 uint32_t fSvmPadding0 : 14; 1213 1221 /** SVM: Maximum supported ASID. */ 1214 1222 uint32_t uSvmMaxAsid;
Note:
See TracChangeset
for help on using the changeset viewer.