|
TianoCore EDK2 master
|
#include <MdePkg/Include/Register/Intel/Msr/SandyBridgeMsr.h>
Data Fields | |
| struct { | |
| UINT32 CurrentCount: 32 | |
| UINT32 CurrentCountHi: 16 | |
| UINT32 Reserved: 16 | |
| } | Bits |
| UINT64 | Uint64 |
MSR information returned for MSR index MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTR
Definition at line 2142 of file SandyBridgeMsr.h.
| struct { ... } MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTR_REGISTER::Bits |
Individual bit fields
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTR_REGISTER::CurrentCount |
[Bits 31:0] Current count.
Definition at line 2150 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTR_REGISTER::CurrentCountHi |
[Bits 47:32] Current count.
Definition at line 2154 of file SandyBridgeMsr.h.
| UINT32 MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTR_REGISTER::Reserved |
Definition at line 2155 of file SandyBridgeMsr.h.
| UINT64 MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTR_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 2160 of file SandyBridgeMsr.h.