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

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

Data Fields

struct {
   UINT32   TotalEnergy: 32
 
   UINT32   Reserved: 32
 
Bits
 
UINT32 Uint32
 
UINT64 Uint64
 

Detailed Description

MSR information returned for MSR index MSR_SKYLAKE_PLATFORM_ENERGY_COUNTER

Definition at line 675 of file SkylakeMsr.h.

Field Documentation

◆ 

struct { ... } MSR_SKYLAKE_PLATFORM_ENERGY_COUNTER_REGISTER::Bits

Individual bit fields

◆ Reserved

UINT32 MSR_SKYLAKE_PLATFORM_ENERGY_COUNTER_REGISTER::Reserved

Definition at line 689 of file SkylakeMsr.h.

◆ TotalEnergy

UINT32 MSR_SKYLAKE_PLATFORM_ENERGY_COUNTER_REGISTER::TotalEnergy

[Bits 31:0] Total energy consumed by all devices in the platform that receive power from integrated power delivery mechanism, Included platform devices are processor cores, SOC, memory, add-on or peripheral devices that get powered directly from the platform power delivery means. The energy units are specified in the MSR_RAPL_POWER_UNIT.Enery_Status_Unit.

Definition at line 688 of file SkylakeMsr.h.

◆ Uint32

UINT32 MSR_SKYLAKE_PLATFORM_ENERGY_COUNTER_REGISTER::Uint32

All bit fields as a 32-bit value

Definition at line 694 of file SkylakeMsr.h.

◆ Uint64

UINT64 MSR_SKYLAKE_PLATFORM_ENERGY_COUNTER_REGISTER::Uint64

All bit fields as a 64-bit value

Definition at line 698 of file SkylakeMsr.h.


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