ReactOS 0.4.16-dev-522-gb68104a
|
#include <ArchitecturalMsr.h>
Public Attributes | |
struct { | |
UINT32 EN_PMCn: 32 | |
UINT32 EN_FIXED_CTRn: 32 | |
} | Bits |
UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_PERF_GLOBAL_CTRL
Definition at line 3021 of file ArchitecturalMsr.h.
struct { ... } MSR_IA32_PERF_GLOBAL_CTRL_REGISTER::Bits |
Individual bit fields
UINT32 MSR_IA32_PERF_GLOBAL_CTRL_REGISTER::EN_FIXED_CTRn |
[Bits 63:32] EN_FIXED_CTRn. If CPUID.0AH: EDX[4:0] > n. Enable bitmask. Only the first n-1 bits are valid. Bits 31:n are reserved.
Definition at line 3037 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PERF_GLOBAL_CTRL_REGISTER::EN_PMCn |
[Bits 31:0] EN_PMCn. If CPUID.0AH: EAX[15:8] > n. Enable bitmask. Only the first n-1 bits are valid. Bits n..31 are reserved.
Definition at line 3031 of file ArchitecturalMsr.h.
UINT64 MSR_IA32_PERF_GLOBAL_CTRL_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 3042 of file ArchitecturalMsr.h.