ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <ArchitecturalMsr.h>
Public Attributes | |
struct { | |
UINT32 Highest_Performance: 8 | |
UINT32 Guaranteed_Performance: 8 | |
UINT32 Most_Efficient_Performance: 8 | |
UINT32 Lowest_Performance: 8 | |
UINT32 Reserved: 32 | |
} | Bits |
UINT32 | Uint32 |
UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_HWP_CAPABILITIES
Definition at line 4935 of file ArchitecturalMsr.h.
struct { ... } MSR_IA32_HWP_CAPABILITIES_REGISTER::Bits |
Individual bit fields
UINT32 MSR_IA32_HWP_CAPABILITIES_REGISTER::Guaranteed_Performance |
[Bits 15:8] Guaranteed_Performance See Section 14.4.3, "HWP Performance Range and Dynamic Capabilities". If CPUID.06H:EAX.[7] = 1.
Definition at line 4949 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_HWP_CAPABILITIES_REGISTER::Highest_Performance |
[Bits 7:0] Highest_Performance See Section 14.4.3, "HWP Performance Range and Dynamic Capabilities". If CPUID.06H:EAX.[7] = 1.
Definition at line 4944 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_HWP_CAPABILITIES_REGISTER::Lowest_Performance |
[Bits 31:24] Lowest_Performance See Section 14.4.3, "HWP Performance Range and Dynamic Capabilities". If CPUID.06H:EAX.[7] = 1.
Definition at line 4959 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_HWP_CAPABILITIES_REGISTER::Most_Efficient_Performance |
[Bits 23:16] Most_Efficient_Performance See Section 14.4.3, "HWP Performance Range and Dynamic Capabilities". If CPUID.06H:EAX.[7] = 1.
Definition at line 4954 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_HWP_CAPABILITIES_REGISTER::Reserved |
Definition at line 4960 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_HWP_CAPABILITIES_REGISTER::Uint32 |
All bit fields as a 32-bit value
Definition at line 4965 of file ArchitecturalMsr.h.
UINT64 MSR_IA32_HWP_CAPABILITIES_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 4969 of file ArchitecturalMsr.h.