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

Public Attributes | |
| struct { | |
| UINT32 EventID: 8 | |
| UINT32 Reserved: 24 | |
| UINT32 ResourceMonitoringID: 32 | |
| } | Bits |
| UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_QM_EVTSEL
Definition at line 5959 of file ArchitecturalMsr.h.
| struct { ... } MSR_IA32_QM_EVTSEL_REGISTER::Bits |
Individual bit fields
| UINT32 MSR_IA32_QM_EVTSEL_REGISTER::EventID |
[Bits 7:0] Event ID: ID of a supported monitoring event to report via IA32_QM_CTR.
Definition at line 5968 of file ArchitecturalMsr.h.
| UINT32 MSR_IA32_QM_EVTSEL_REGISTER::Reserved |
Definition at line 5969 of file ArchitecturalMsr.h.
| UINT32 MSR_IA32_QM_EVTSEL_REGISTER::ResourceMonitoringID |
[Bits 63:32] Resource Monitoring ID: ID for monitoring hardware to report monitored data via IA32_QM_CTR. N = Ceil (Log:sub:2 ( CPUID.(EAX= 0FH, ECX=0H).EBX[31:0] +1)).
Definition at line 5975 of file ArchitecturalMsr.h.
| UINT64 MSR_IA32_QM_EVTSEL_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 5980 of file ArchitecturalMsr.h.