ReactOS 0.4.16-dev-205-g7b2bb7e
|
#include <ArchitecturalMsr.h>
Public Attributes | |
struct { | |
UINT32 TargetState: 16 | |
UINT32 Reserved1: 16 | |
UINT32 IDA: 1 | |
UINT32 Reserved2: 31 | |
} | Bits |
UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_PERF_CTL
Definition at line 1106 of file ArchitecturalMsr.h.
struct { ... } MSR_IA32_PERF_CTL_REGISTER::Bits |
Individual bit fields
UINT32 MSR_IA32_PERF_CTL_REGISTER::IDA |
[Bit 32] IDA Engage. (R/W) When set to 1: disengages IDA. 06_0FH (Mobile only).
Definition at line 1120 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PERF_CTL_REGISTER::Reserved1 |
Definition at line 1115 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PERF_CTL_REGISTER::Reserved2 |
Definition at line 1121 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PERF_CTL_REGISTER::TargetState |
[Bits 15:0] Target performance State Value.
Definition at line 1114 of file ArchitecturalMsr.h.
UINT64 MSR_IA32_PERF_CTL_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 1126 of file ArchitecturalMsr.h.