HyperPlatform Programmer's Reference
Public Attributes | List of all members
Ia32MtrrPhysBaseMsr Union Reference

See: IA32_MTRR_PHYSBASEn and IA32_MTRR_PHYSMASKn Variable-Range Register Pair. More...

#include <ia32_type.h>

Public Attributes

ULONG64 all
 
struct {
   ULONG64   type: 8
 [0:7] More...
 
   ULONG64   reserved: 4
 [8:11] More...
 
   ULONG64   phys_base: 36
 [12:MAXPHYADDR] More...
 
fields
 

Detailed Description

See: IA32_MTRR_PHYSBASEn and IA32_MTRR_PHYSMASKn Variable-Range Register Pair.

Definition at line 539 of file ia32_type.h.

Member Data Documentation

◆ all

ULONG64 Ia32MtrrPhysBaseMsr::all

Definition at line 540 of file ia32_type.h.

◆ fields

struct { ... } Ia32MtrrPhysBaseMsr::fields

◆ phys_base

ULONG64 Ia32MtrrPhysBaseMsr::phys_base

[12:MAXPHYADDR]

Definition at line 544 of file ia32_type.h.

◆ reserved

ULONG64 Ia32MtrrPhysBaseMsr::reserved

[8:11]

Definition at line 543 of file ia32_type.h.

◆ type

ULONG64 Ia32MtrrPhysBaseMsr::type

[0:7]

Definition at line 542 of file ia32_type.h.


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