ReactOS 0.4.15-dev-8002-gbbb3b00
MSR_IA32_MTRR_DEF_TYPE_REGISTER Union Reference

#include <ArchitecturalMsr.h>

Collaboration diagram for MSR_IA32_MTRR_DEF_TYPE_REGISTER:

Public Attributes

struct {
   UINT32   Type: 3
 
   UINT32   Reserved1: 7
 
   UINT32   FE: 1
 
   UINT32   E: 1
 
   UINT32   Reserved2: 20
 
   UINT32   Reserved3: 32
 
Bits
 
UINT32 Uint32
 
UINT64 Uint64
 

Detailed Description

MSR information returned for MSR index MSR_IA32_MTRR_DEF_TYPE

Definition at line 2627 of file ArchitecturalMsr.h.

Member Data Documentation

◆ 

struct { ... } MSR_IA32_MTRR_DEF_TYPE_REGISTER::Bits

Individual bit fields

◆ E

UINT32 MSR_IA32_MTRR_DEF_TYPE_REGISTER::E

[Bit 11] MTRR Enable.

Definition at line 2644 of file ArchitecturalMsr.h.

◆ FE

UINT32 MSR_IA32_MTRR_DEF_TYPE_REGISTER::FE

[Bit 10] Fixed Range MTRR Enable.

Definition at line 2640 of file ArchitecturalMsr.h.

◆ Reserved1

UINT32 MSR_IA32_MTRR_DEF_TYPE_REGISTER::Reserved1

Definition at line 2636 of file ArchitecturalMsr.h.

◆ Reserved2

UINT32 MSR_IA32_MTRR_DEF_TYPE_REGISTER::Reserved2

Definition at line 2645 of file ArchitecturalMsr.h.

◆ Reserved3

UINT32 MSR_IA32_MTRR_DEF_TYPE_REGISTER::Reserved3

Definition at line 2646 of file ArchitecturalMsr.h.

◆ Type

UINT32 MSR_IA32_MTRR_DEF_TYPE_REGISTER::Type

[Bits 2:0] Default Memory Type.

Definition at line 2635 of file ArchitecturalMsr.h.

◆ Uint32

UINT32 MSR_IA32_MTRR_DEF_TYPE_REGISTER::Uint32

All bit fields as a 32-bit value

Definition at line 2651 of file ArchitecturalMsr.h.

◆ Uint64

UINT64 MSR_IA32_MTRR_DEF_TYPE_REGISTER::Uint64

All bit fields as a 64-bit value

Definition at line 2655 of file ArchitecturalMsr.h.


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