ReactOS 0.4.16-dev-456-ga97fcf1
|
#include <ArchitecturalMsr.h>
Public Attributes | |
struct { | |
UINT32 SCE: 1 | |
UINT32 Reserved1: 7 | |
UINT32 LME: 1 | |
UINT32 Reserved2: 1 | |
UINT32 LMA: 1 | |
UINT32 NXE: 1 | |
UINT32 Reserved3: 20 | |
UINT32 Reserved4: 32 | |
} | Bits |
UINT32 | Uint32 |
UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_EFER
Definition at line 6321 of file ArchitecturalMsr.h.
struct { ... } MSR_IA32_EFER_REGISTER::Bits |
Individual bit fields
UINT32 MSR_IA32_EFER_REGISTER::LMA |
[Bit 10] IA-32e Mode Active: IA32_EFER.LMA (R) Indicates IA-32e mode is active when set.
Definition at line 6342 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_EFER_REGISTER::LME |
[Bit 8] IA-32e Mode Enable: IA32_EFER.LME (R/W) Enables IA-32e mode operation.
Definition at line 6336 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_EFER_REGISTER::NXE |
[Bit 11] Execute Disable Bit Enable: IA32_EFER.NXE (R/W).
Definition at line 6346 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_EFER_REGISTER::Reserved1 |
Definition at line 6331 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_EFER_REGISTER::Reserved2 |
Definition at line 6337 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_EFER_REGISTER::Reserved3 |
Definition at line 6347 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_EFER_REGISTER::Reserved4 |
Definition at line 6348 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_EFER_REGISTER::SCE |
[Bit 0] SYSCALL Enable: IA32_EFER.SCE (R/W) Enables SYSCALL/SYSRET instructions in 64-bit mode.
Definition at line 6330 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_EFER_REGISTER::Uint32 |
All bit fields as a 32-bit value
Definition at line 6353 of file ArchitecturalMsr.h.
UINT64 MSR_IA32_EFER_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 6357 of file ArchitecturalMsr.h.