|
TianoCore EDK2 master
|
#include <MdePkg/Include/Register/Intel/Msr/XeonPhiMsr.h>
Data Fields | |
| struct { | |
| UINT32 Reserved1: 1 | |
| UINT32 UserModeMonitorAndMwait: 1 | |
| UINT32 Reserved2: 30 | |
| UINT32 Reserved3: 32 | |
| } | Bits |
| UINT32 | Uint32 |
| UINT64 | Uint64 |
MSR information returned for MSR index MSR_XEON_PHI_MISC_FEATURE_ENABLES
Definition at line 429 of file XeonPhiMsr.h.
| struct { ... } MSR_XEON_PHI_MISC_FEATURE_ENABLES_REGISTER::Bits |
Individual bit fields
| UINT32 MSR_XEON_PHI_MISC_FEATURE_ENABLES_REGISTER::Reserved1 |
Definition at line 434 of file XeonPhiMsr.h.
| UINT32 MSR_XEON_PHI_MISC_FEATURE_ENABLES_REGISTER::Reserved2 |
Definition at line 444 of file XeonPhiMsr.h.
| UINT32 MSR_XEON_PHI_MISC_FEATURE_ENABLES_REGISTER::Reserved3 |
Definition at line 445 of file XeonPhiMsr.h.
| UINT32 MSR_XEON_PHI_MISC_FEATURE_ENABLES_REGISTER::Uint32 |
All bit fields as a 32-bit value
Definition at line 450 of file XeonPhiMsr.h.
| UINT64 MSR_XEON_PHI_MISC_FEATURE_ENABLES_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 454 of file XeonPhiMsr.h.
| UINT32 MSR_XEON_PHI_MISC_FEATURE_ENABLES_REGISTER::UserModeMonitorAndMwait |
[Bit 1] User Mode MONITOR and MWAIT (R/W) If set to 1, the MONITOR and MWAIT instructions do not cause invalid-opcode exceptions when executed with CPL > 0 or in virtual-8086 mode. If MWAIT is executed when CPL > 0 or in virtual-8086 mode, and if EAX indicates a C-state other than C0 or C1, the instruction operates as if EAX indicated the C-state C1.
Definition at line 443 of file XeonPhiMsr.h.