Changeset 64113 in vbox for trunk/include
- Timestamp:
- Sep 30, 2016 2:19:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r62473 r64113 1270 1270 /** EPT capabilities. */ 1271 1271 #define MSR_IA32_VMX_EPT_VPID_CAP 0x48C 1272 /** Allowed settings of all pin-based VM execution controls. */ 1273 #define MSR_IA32_VMX_TRUE_PINBASED_CTLS 0x48D 1274 /** Allowed settings of all proc-based VM execution controls. */ 1275 #define MSR_IA32_VMX_TRUE_PROCBASED_CTLS 0x48E 1276 /** Allowed settings of all VMX exit controls. */ 1277 #define MSR_IA32_VMX_TRUE_EXIT_CTLS 0x48F 1278 /** Allowed settings of all VMX entry controls. */ 1279 #define MSR_IA32_VMX_TRUE_ENTRY_CTLS 0x490 1280 1272 1281 /** DS Save Area (R/W). */ 1273 1282 #define MSR_IA32_DS_AREA 0x600
Note:
See TracChangeset
for help on using the changeset viewer.