ReactOS 0.4.16-dev-550-g2186ce3
|
#include <ArchitecturalMsr.h>
Public Attributes | |
struct { | |
UINT32 Type: 8 | |
UINT32 Reserved1: 4 | |
UINT32 PhysBase: 20 | |
UINT32 Reserved2: 32 | |
} | Bits |
UINT32 | Uint32 |
UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_SMRR_PHYSBASE
Definition at line 1880 of file ArchitecturalMsr.h.
struct { ... } MSR_IA32_SMRR_PHYSBASE_REGISTER::Bits |
Individual bit fields
UINT32 MSR_IA32_SMRR_PHYSBASE_REGISTER::PhysBase |
[Bits 31:12] PhysBase. SMRR physical Base Address.
Definition at line 1893 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_SMRR_PHYSBASE_REGISTER::Reserved1 |
Definition at line 1889 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_SMRR_PHYSBASE_REGISTER::Reserved2 |
Definition at line 1894 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_SMRR_PHYSBASE_REGISTER::Type |
[Bits 7:0] Type. Specifies memory type of the range.
Definition at line 1888 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_SMRR_PHYSBASE_REGISTER::Uint32 |
All bit fields as a 32-bit value
Definition at line 1899 of file ArchitecturalMsr.h.
UINT64 MSR_IA32_SMRR_PHYSBASE_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 1903 of file ArchitecturalMsr.h.