Changeset 73605 in vbox for trunk/include
- Timestamp:
- Aug 10, 2018 4:09:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r73459 r73605 1158 1158 /** Feature control - Enable VMX inside SMX operation (R/WL). */ 1159 1159 #define MSR_IA32_FEATURE_CONTROL_SMX_VMXON RT_BIT_64(1) 1160 /** Feature control - Enable VMX outside SMX operation r(R/WL). */1160 /** Feature control - Enable VMX outside SMX operation (R/WL). */ 1161 1161 #define MSR_IA32_FEATURE_CONTROL_VMXON RT_BIT_64(2) 1162 1162 /** Feature control - SENTER local functions enable (R/WL). */ … … 1202 1202 /** SMM monitor control. */ 1203 1203 #define MSR_IA32_SMM_MONITOR_CTL 0x9B 1204 /** SMM control - Valid. */ 1205 #define MSR_IA32_SMM_MONITOR_VALID RT_BIT_64(0) 1206 /** SMM control - VMXOFF unblocks SMI. */ 1207 #define MSR_IA32_SMM_MONITOR_VMXOFF_UNBLOCK_SMI RT_BIT_64(2) 1208 /** SMM control - MSEG base physical address. */ 1209 #define MSR_IA32_SMM_MONITOR_MSGEG_PHYSADDR(a) (((a) >> 12) & UINT64_C(0xfffff)) 1204 1210 1205 1211 /** General performance counter no. 0. */
Note:
See TracChangeset
for help on using the changeset viewer.