Changeset 73870 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Aug 24, 2018 9:39:44 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124578
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r73795 r73870 1207 1207 /** VMX: Supports Pause-loop exiting. */ 1208 1208 uint32_t fVmxPauseLoopExit : 1; 1209 /** VMX: Supports RDRAND exiting. */ 1210 uint32_t fVmxRdrandExit : 1; 1209 1211 /** VMX: Supports INVPCID. */ 1210 1212 uint32_t fVmxInvpcid : 1; … … 1213 1215 /** VMX: Supports VMCS shadowing. */ 1214 1216 uint32_t fVmxVmcsShadowing : 1; 1217 /** VMX: Supports RDSEED exiting. */ 1218 uint32_t fVmxRdseedExit : 1; 1219 /** VMX: Supports PML. */ 1220 uint32_t fVmxPml : 1; 1215 1221 /** VMX: Supports EPT-violations \#VE. */ 1216 1222 uint32_t fVmxEptXcptVe : 1; … … 1266 1272 1267 1273 /** VMX: Padding / reserved for future features. */ 1268 uint32_t fVmxPadding0 : 5;1274 uint32_t fVmxPadding0 : 2; 1269 1275 uint32_t fVmxPadding1; 1270 1276 } CPUMFEATURES;
Note:
See TracChangeset
for help on using the changeset viewer.