ReactOS 0.4.15-dev-8028-g8e799e2
MSR_IA32_PLATFORM_ID_REGISTER Union Reference

#include <ArchitecturalMsr.h>

Collaboration diagram for MSR_IA32_PLATFORM_ID_REGISTER:

Public Attributes

struct {
   UINT32   Reserved1: 32
 
   UINT32   Reserved2: 18
 
   UINT32   PlatformId: 3
 
   UINT32   Reserved3: 11
 
Bits
 
UINT64 Uint64
 

Detailed Description

MSR information returned for MSR index MSR_IA32_PLATFORM_ID

Definition at line 119 of file ArchitecturalMsr.h.

Member Data Documentation

◆ 

struct { ... } MSR_IA32_PLATFORM_ID_REGISTER::Bits

Individual bit fields

◆ PlatformId

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.

◆ Reserved1

UINT32 MSR_IA32_PLATFORM_ID_REGISTER::Reserved1

Definition at line 124 of file ArchitecturalMsr.h.

◆ Reserved2

UINT32 MSR_IA32_PLATFORM_ID_REGISTER::Reserved2

Definition at line 125 of file ArchitecturalMsr.h.

◆ Reserved3

UINT32 MSR_IA32_PLATFORM_ID_REGISTER::Reserved3

Definition at line 141 of file ArchitecturalMsr.h.

◆ Uint64

UINT64 MSR_IA32_PLATFORM_ID_REGISTER::Uint64

All bit fields as a 64-bit value

Definition at line 146 of file ArchitecturalMsr.h.


The documentation for this union was generated from the following file: