|
TianoCore EDK2 master
|
#include <MdePkg/Include/Register/Intel/Msr/SandyBridgeMsr.h>
Data Fields | |
| struct { | |
| UINT32 PMI_Sel_Slice0: 1 | |
| UINT32 PMI_Sel_Slice1: 1 | |
| UINT32 PMI_Sel_Slice2: 1 | |
| UINT32 PMI_Sel_Slice3: 1 | |
| UINT32 PMI_Sel_Slice4: 1 | |
| UINT32 Reserved1: 14 | |
| UINT32 Reserved2: 10 | |
| UINT32 EN: 1 | |
| UINT32 WakePMI: 1 | |
| UINT32 FREEZE: 1 | |
| UINT32 Reserved3: 32 | |
| } | Bits |
| UINT32 | Uint32 |
| UINT64 | Uint64 |
MSR information returned for MSR index MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL
Definition at line 1962 of file SandyBridgeMsr.h.
| struct { ... } MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::Bits |
Individual bit fields
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::EN |
[Bit 29] Enable all uncore counters.
Definition at line 1992 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::FREEZE |
[Bit 31] Enable Freezing counter when overflow.
Definition at line 2000 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::PMI_Sel_Slice0 |
[Bit 0] Slice 0 select.
Definition at line 1970 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::PMI_Sel_Slice1 |
[Bit 1] Slice 1 select.
Definition at line 1974 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::PMI_Sel_Slice2 |
[Bit 2] Slice 2 select.
Definition at line 1978 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::PMI_Sel_Slice3 |
[Bit 3] Slice 3 select.
Definition at line 1982 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::PMI_Sel_Slice4 |
[Bit 4] Slice 4 select.
Definition at line 1986 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::Reserved1 |
Definition at line 1987 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::Reserved2 |
Definition at line 1988 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::Reserved3 |
Definition at line 2001 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::Uint32 |
All bit fields as a 32-bit value
Definition at line 2006 of file SandyBridgeMsr.h.
| UINT64 MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 2010 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL_REGISTER::WakePMI |
[Bit 30] Enable wake on PMI.
Definition at line 1996 of file SandyBridgeMsr.h.