TianoCore EDK2 master
Loading...
Searching...
No Matches
MSR_SANDY_BRIDGE_PERF_STATUS_REGISTER Union Reference

#include <MdePkg/Include/Register/Intel/Msr/SandyBridgeMsr.h>

Data Fields

struct {
   UINT32   Reserved1: 32
 
   UINT32   CoreVoltage: 16
 
   UINT32   Reserved2: 16
 
Bits
 
UINT64 Uint64
 

Detailed Description

MSR information returned for MSR index MSR_SANDY_BRIDGE_PERF_STATUS

Definition at line 400 of file SandyBridgeMsr.h.

Field Documentation

◆ 

struct { ... } MSR_SANDY_BRIDGE_PERF_STATUS_REGISTER::Bits

Individual bit fields

◆ CoreVoltage

UINT32 MSR_SANDY_BRIDGE_PERF_STATUS_REGISTER::CoreVoltage

[Bits 47:32] Core Voltage (R/O) P-state core voltage can be computed by MSR_PERF_STATUS[37:32] * (float) 1/(2^13).

Definition at line 410 of file SandyBridgeMsr.h.

◆ Reserved1

UINT32 MSR_SANDY_BRIDGE_PERF_STATUS_REGISTER::Reserved1

Definition at line 405 of file SandyBridgeMsr.h.

◆ Reserved2

UINT32 MSR_SANDY_BRIDGE_PERF_STATUS_REGISTER::Reserved2

Definition at line 411 of file SandyBridgeMsr.h.

◆ Uint64

UINT64 MSR_SANDY_BRIDGE_PERF_STATUS_REGISTER::Uint64

All bit fields as a 64-bit value

Definition at line 416 of file SandyBridgeMsr.h.


The documentation for this union was generated from the following file: