ReactOS 0.4.15-dev-8002-gbbb3b00
MSR_IA32_SMRR_PHYSBASE_REGISTER Union Reference

#include <ArchitecturalMsr.h>

Collaboration diagram for MSR_IA32_SMRR_PHYSBASE_REGISTER:

Public Attributes

struct {
   UINT32   Type: 8
 
   UINT32   Reserved1: 4
 
   UINT32   PhysBase: 20
 
   UINT32   Reserved2: 32
 
Bits
 
UINT32 Uint32
 
UINT64 Uint64
 

Detailed Description

MSR information returned for MSR index MSR_IA32_SMRR_PHYSBASE

Definition at line 1880 of file ArchitecturalMsr.h.

Member Data Documentation

◆ 

struct { ... } MSR_IA32_SMRR_PHYSBASE_REGISTER::Bits

Individual bit fields

◆ PhysBase

UINT32 MSR_IA32_SMRR_PHYSBASE_REGISTER::PhysBase

[Bits 31:12] PhysBase. SMRR physical Base Address.

Definition at line 1893 of file ArchitecturalMsr.h.

◆ Reserved1

UINT32 MSR_IA32_SMRR_PHYSBASE_REGISTER::Reserved1

Definition at line 1889 of file ArchitecturalMsr.h.

◆ Reserved2

UINT32 MSR_IA32_SMRR_PHYSBASE_REGISTER::Reserved2

Definition at line 1894 of file ArchitecturalMsr.h.

◆ Type

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

UINT32 MSR_IA32_SMRR_PHYSBASE_REGISTER::Uint32

All bit fields as a 32-bit value

Definition at line 1899 of file ArchitecturalMsr.h.

◆ Uint64

UINT64 MSR_IA32_SMRR_PHYSBASE_REGISTER::Uint64

All bit fields as a 64-bit value

Definition at line 1903 of file ArchitecturalMsr.h.


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