|
TianoCore EDK2 master
|
#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 |
MSR information returned for MSR index MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT
Definition at line 3537 of file SkylakeMsr.h.
| struct { ... } MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER::Bits |
Individual bit fields
| 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.
| 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.
| UINT32 MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER::Reserved1 |
Definition at line 3547 of file SkylakeMsr.h.
| UINT32 MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER::Reserved2 |
Definition at line 3553 of file SkylakeMsr.h.
| UINT32 MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER::Reserved3 |
Definition at line 3554 of file SkylakeMsr.h.
| 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 MSR_SKYLAKE_MSRUNCORE_RATIO_LIMIT_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 3563 of file SkylakeMsr.h.