ReactOS 0.4.16-dev-522-gb68104a
|
#include <ArchitecturalMsr.h>
Public Attributes | |
struct { | |
UINT32 VCNT: 8 | |
UINT32 FIX: 1 | |
UINT32 Reserved1: 1 | |
UINT32 WC: 1 | |
UINT32 SMRR: 1 | |
UINT32 Reserved2: 20 | |
UINT32 Reserved3: 32 | |
} | Bits |
UINT32 | Uint32 |
UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_MTRRCAP
Definition at line 649 of file ArchitecturalMsr.h.
struct { ... } MSR_IA32_MTRRCAP_REGISTER::Bits |
Individual bit fields
UINT32 MSR_IA32_MTRRCAP_REGISTER::FIX |
[Bit 8] Fixed range MTRRs are supported when set.
Definition at line 662 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_MTRRCAP_REGISTER::Reserved1 |
Definition at line 663 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_MTRRCAP_REGISTER::Reserved2 |
Definition at line 672 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_MTRRCAP_REGISTER::Reserved3 |
Definition at line 673 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_MTRRCAP_REGISTER::SMRR |
[Bit 11] SMRR Supported when set.
Definition at line 671 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_MTRRCAP_REGISTER::Uint32 |
All bit fields as a 32-bit value
Definition at line 678 of file ArchitecturalMsr.h.
UINT64 MSR_IA32_MTRRCAP_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 682 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_MTRRCAP_REGISTER::VCNT |
[Bits 7:0] VCNT: The number of variable memory type ranges in the processor.
Definition at line 658 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_MTRRCAP_REGISTER::WC |
[Bit 10] WC Supported when set.
Definition at line 667 of file ArchitecturalMsr.h.