|
TianoCore EDK2 master
|
#include <MdePkg/Include/Register/Intel/Msr/SilvermontMsr.h>
Data Fields | |
| struct { | |
| UINT32 L2HardwareEnabled: 1 | |
| UINT32 Reserved1: 7 | |
| UINT32 L2Enabled: 1 | |
| UINT32 Reserved2: 14 | |
| UINT32 L2NotPresent: 1 | |
| UINT32 Reserved3: 8 | |
| UINT32 Reserved4: 32 | |
| } | Bits |
| UINT32 | Uint32 |
| UINT64 | Uint64 |
MSR information returned for MSR index MSR_SILVERMONT_BBL_CR_CTL3
Definition at line 560 of file SilvermontMsr.h.
| struct { ... } MSR_SILVERMONT_BBL_CR_CTL3_REGISTER::Bits |
Individual bit fields
| UINT32 MSR_SILVERMONT_BBL_CR_CTL3_REGISTER::L2Enabled |
[Bit 8] L2 Enabled. (R/W) 1 = L2 cache has been initialized 0 = Disabled (default) Until this bit is set the processor will not respond to the WBINVD instruction or the assertion of the FLUSH# input.
Definition at line 576 of file SilvermontMsr.h.
| UINT32 MSR_SILVERMONT_BBL_CR_CTL3_REGISTER::L2HardwareEnabled |
[Bit 0] L2 Hardware Enabled (RO) 1 = If the L2 is hardware-enabled 0 = Indicates if the L2 is hardware-disabled.
Definition at line 569 of file SilvermontMsr.h.
| UINT32 MSR_SILVERMONT_BBL_CR_CTL3_REGISTER::L2NotPresent |
[Bit 23] L2 Not Present (RO) 1. = L2 Present 2. = L2 Not Present.
Definition at line 581 of file SilvermontMsr.h.
| UINT32 MSR_SILVERMONT_BBL_CR_CTL3_REGISTER::Reserved1 |
Definition at line 570 of file SilvermontMsr.h.
| UINT32 MSR_SILVERMONT_BBL_CR_CTL3_REGISTER::Reserved2 |
Definition at line 577 of file SilvermontMsr.h.
| UINT32 MSR_SILVERMONT_BBL_CR_CTL3_REGISTER::Reserved3 |
Definition at line 582 of file SilvermontMsr.h.
| UINT32 MSR_SILVERMONT_BBL_CR_CTL3_REGISTER::Reserved4 |
Definition at line 583 of file SilvermontMsr.h.
| UINT32 MSR_SILVERMONT_BBL_CR_CTL3_REGISTER::Uint32 |
All bit fields as a 32-bit value
Definition at line 588 of file SilvermontMsr.h.
| UINT64 MSR_SILVERMONT_BBL_CR_CTL3_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 592 of file SilvermontMsr.h.