VirtualBox

Changeset 73605 in vbox for trunk/include


Ignore:
Timestamp:
Aug 10, 2018 4:09:07 AM (6 years ago)
Author:
vboxsync
Message:

x86.h: Nested VMX: bugref:9180 IA32_SMM_MONITOR_CTL bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r73459 r73605  
    11581158/** Feature control - Enable VMX inside SMX operation (R/WL). */
    11591159#define MSR_IA32_FEATURE_CONTROL_SMX_VMXON            RT_BIT_64(1)
    1160 /** Feature control - Enable VMX outside SMX operationr (R/WL). */
     1160/** Feature control - Enable VMX outside SMX operation (R/WL). */
    11611161#define MSR_IA32_FEATURE_CONTROL_VMXON                RT_BIT_64(2)
    11621162/** Feature control - SENTER local functions enable (R/WL).  */
     
    12021202/** SMM monitor control. */
    12031203#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))
    12041210
    12051211/** General performance counter no. 0. */
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