ReactOS 0.4.16-dev-456-ga97fcf1
|
#include <ArchitecturalMsr.h>
Public Attributes | |
struct { | |
UINT32 Reserved1: 32 | |
UINT32 Reserved2: 18 | |
UINT32 PlatformId: 3 | |
UINT32 Reserved3: 11 | |
} | Bits |
UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_PLATFORM_ID
Definition at line 119 of file ArchitecturalMsr.h.
struct { ... } MSR_IA32_PLATFORM_ID_REGISTER::Bits |
Individual bit fields
UINT32 MSR_IA32_PLATFORM_ID_REGISTER::PlatformId |
[Bits 52:50] Platform Id (RO) Contains information concerning the intended platform for the processor. 52 51 50
0 0 0 Processor Flag 0. 0 0 1 Processor Flag 1 0 1 0 Processor Flag 2 0 1 1 Processor Flag 3 1 0 0 Processor Flag 4 1 0 1 Processor Flag 5 1 1 0 Processor Flag 6 1 1 1 Processor Flag 7
Definition at line 140 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PLATFORM_ID_REGISTER::Reserved1 |
Definition at line 124 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PLATFORM_ID_REGISTER::Reserved2 |
Definition at line 125 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PLATFORM_ID_REGISTER::Reserved3 |
Definition at line 141 of file ArchitecturalMsr.h.
UINT64 MSR_IA32_PLATFORM_ID_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 146 of file ArchitecturalMsr.h.