ReactOS 0.4.16-dev-455-g37b0646
|
#include <ArchitecturalMsr.h>
Public Attributes | |
struct { | |
UINT32 ExtendedOnDemandClockModulationDutyCycle: 1 | |
UINT32 OnDemandClockModulationDutyCycle: 3 | |
UINT32 OnDemandClockModulationEnable: 1 | |
UINT32 Reserved1: 27 | |
UINT32 Reserved2: 32 | |
} | Bits |
UINT32 | Uint32 |
UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_CLOCK_MODULATION
Definition at line 1153 of file ArchitecturalMsr.h.
struct { ... } MSR_IA32_CLOCK_MODULATION_REGISTER::Bits |
Individual bit fields
UINT32 MSR_IA32_CLOCK_MODULATION_REGISTER::ExtendedOnDemandClockModulationDutyCycle |
[Bit 0] Extended On-Demand Clock Modulation Duty Cycle:. If CPUID.06H:EAX[5] = 1.
Definition at line 1162 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_CLOCK_MODULATION_REGISTER::OnDemandClockModulationDutyCycle |
[Bits 3:1] On-Demand Clock Modulation Duty Cycle: Specific encoded values for target duty cycle modulation. If CPUID.01H:EDX[22] = 1.
Definition at line 1167 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_CLOCK_MODULATION_REGISTER::OnDemandClockModulationEnable |
[Bit 4] On-Demand Clock Modulation Enable: Set 1 to enable modulation. If CPUID.01H:EDX[22] = 1.
Definition at line 1172 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_CLOCK_MODULATION_REGISTER::Reserved1 |
Definition at line 1173 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_CLOCK_MODULATION_REGISTER::Reserved2 |
Definition at line 1174 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_CLOCK_MODULATION_REGISTER::Uint32 |
All bit fields as a 32-bit value
Definition at line 1179 of file ArchitecturalMsr.h.
UINT64 MSR_IA32_CLOCK_MODULATION_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 1183 of file ArchitecturalMsr.h.