TianoCore EDK2 master
Loading...
Searching...
No Matches
MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER Union Reference

#include <MdePkg/Include/Register/Intel/Msr/SkylakeMsr.h>

Data Fields

struct {
   UINT32   MAX_RATIO: 7
 
   UINT32   Reserved1: 1
 
   UINT32   MIN_RATIO: 7
 
   UINT32   Reserved2: 17
 
   UINT32   Reserved3: 32
 
Bits
 
UINT32 Uint32
 
UINT64 Uint64
 

Detailed Description

MSR information returned for MSR index MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT

Definition at line 3537 of file SkylakeMsr.h.

Field Documentation

◆ 

struct { ... } MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER::Bits

Individual bit fields

◆ MAX_RATIO

UINT32 MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER::MAX_RATIO

[Bits 6:0] MAX_RATIO This field is used to limit the max ratio of the LLC/Ring.

Definition at line 3546 of file SkylakeMsr.h.

◆ MIN_RATIO

UINT32 MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER::MIN_RATIO

[Bits 14:8] MIN_RATIO Writing to this field controls the minimum possible ratio of the LLC/Ring.

Definition at line 3552 of file SkylakeMsr.h.

◆ Reserved1

UINT32 MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER::Reserved1

Definition at line 3547 of file SkylakeMsr.h.

◆ Reserved2

UINT32 MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER::Reserved2

Definition at line 3553 of file SkylakeMsr.h.

◆ Reserved3

UINT32 MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER::Reserved3

Definition at line 3554 of file SkylakeMsr.h.

◆ Uint32

UINT32 MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER::Uint32

All bit fields as a 32-bit value

Definition at line 3559 of file SkylakeMsr.h.

◆ Uint64

UINT64 MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER::Uint64

All bit fields as a 64-bit value

Definition at line 3563 of file SkylakeMsr.h.


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