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

Public Attributes | |
| struct { | |
| UINT32 Reserved: 5 | |
| UINT32 Cr3: 27 | |
| UINT32 Cr3Hi: 32 | |
| } | Bits |
| UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_RTIT_CR3_MATCH
Definition at line 4718 of file ArchitecturalMsr.h.
| struct { ... } MSR_IA32_RTIT_CR3_MATCH_REGISTER::Bits |
Individual bit fields
| UINT32 MSR_IA32_RTIT_CR3_MATCH_REGISTER::Cr3 |
[Bits 31:5] CR3[63:5] value to match.
Definition at line 4727 of file ArchitecturalMsr.h.
| UINT32 MSR_IA32_RTIT_CR3_MATCH_REGISTER::Cr3Hi |
[Bits 63:32] CR3[63:5] value to match.
Definition at line 4731 of file ArchitecturalMsr.h.
| UINT32 MSR_IA32_RTIT_CR3_MATCH_REGISTER::Reserved |
Definition at line 4723 of file ArchitecturalMsr.h.
| UINT64 MSR_IA32_RTIT_CR3_MATCH_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 4736 of file ArchitecturalMsr.h.