|
TianoCore EDK2 master
|
#include <MdePkg/Include/Register/Intel/Msr/SandyBridgeMsr.h>
Data Fields | |
| struct { | |
| UINT32 Reserved1: 8 | |
| UINT32 MaximumNonTurboRatio: 8 | |
| UINT32 Reserved2: 12 | |
| UINT32 RatioLimit: 1 | |
| UINT32 TDPLimit: 1 | |
| UINT32 Reserved3: 2 | |
| UINT32 Reserved4: 8 | |
| UINT32 MaximumEfficiencyRatio: 8 | |
| UINT32 Reserved5: 16 | |
| } | Bits |
| UINT64 | Uint64 |
MSR information returned for MSR index MSR_SANDY_BRIDGE_PLATFORM_INFO
Definition at line 107 of file SandyBridgeMsr.h.
| struct { ... } MSR_SANDY_BRIDGE_PLATFORM_INFO_REGISTER::Bits |
Individual bit fields
| UINT32 MSR_SANDY_BRIDGE_PLATFORM_INFO_REGISTER::MaximumEfficiencyRatio |
[Bits 47:40] Package. Maximum Efficiency Ratio (R/O) The is the minimum ratio (maximum efficiency) that the processor can operates, in units of 100MHz.
Definition at line 141 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_PLATFORM_INFO_REGISTER::MaximumNonTurboRatio |
[Bits 15:8] Package. Maximum Non-Turbo Ratio (R/O) The is the ratio of the frequency that invariant TSC runs at. Frequency = ratio * 100 MHz.
Definition at line 118 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_PLATFORM_INFO_REGISTER::RatioLimit |
[Bit 28] Package. Programmable Ratio Limit for Turbo Mode (R/O) When set to 1, indicates that Programmable Ratio Limits for Turbo mode is enabled, and when set to 0, indicates Programmable Ratio Limits for Turbo mode is disabled.
Definition at line 126 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_PLATFORM_INFO_REGISTER::Reserved1 |
Definition at line 112 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_PLATFORM_INFO_REGISTER::Reserved2 |
Definition at line 119 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_PLATFORM_INFO_REGISTER::Reserved3 |
Definition at line 134 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_PLATFORM_INFO_REGISTER::Reserved4 |
Definition at line 135 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_PLATFORM_INFO_REGISTER::Reserved5 |
Definition at line 142 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_PLATFORM_INFO_REGISTER::TDPLimit |
[Bit 29] Package. Programmable TDP Limit for Turbo Mode (R/O) When set to 1, indicates that TDP Limits for Turbo mode are programmable, and when set to 0, indicates TDP Limit for Turbo mode is not programmable.
Definition at line 133 of file SandyBridgeMsr.h.
| UINT64 MSR_SANDY_BRIDGE_PLATFORM_INFO_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 147 of file SandyBridgeMsr.h.