|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ArchitecturalMsr.h>

Public Attributes | |
| struct { | |
| UINT32 Enable: 1 | |
| UINT32 Reserved1: 3 | |
| UINT32 Reserved2: 28 | |
| UINT32 Reserved3: 4 | |
| UINT32 Reserved4: 28 | |
| } | Bits |
| UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_PEBS_ENABLE
Definition at line 3343 of file ArchitecturalMsr.h.
| struct { ... } MSR_IA32_PEBS_ENABLE_REGISTER::Bits |
Individual bit fields
| UINT32 MSR_IA32_PEBS_ENABLE_REGISTER::Enable |
[Bit 0] Enable PEBS on IA32_PMC0. Introduced at Display Family / Display Model 06_0FH.
Definition at line 3352 of file ArchitecturalMsr.h.
| UINT32 MSR_IA32_PEBS_ENABLE_REGISTER::Reserved1 |
[Bits 3:1] Reserved or Model specific.
Definition at line 3356 of file ArchitecturalMsr.h.
| UINT32 MSR_IA32_PEBS_ENABLE_REGISTER::Reserved2 |
Definition at line 3357 of file ArchitecturalMsr.h.
| UINT32 MSR_IA32_PEBS_ENABLE_REGISTER::Reserved3 |
[Bits 35:32] Reserved or Model specific.
Definition at line 3361 of file ArchitecturalMsr.h.
| UINT32 MSR_IA32_PEBS_ENABLE_REGISTER::Reserved4 |
Definition at line 3362 of file ArchitecturalMsr.h.
| UINT64 MSR_IA32_PEBS_ENABLE_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 3367 of file ArchitecturalMsr.h.