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

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

Data Fields

struct {
   UINT32   PowerUnits: 4
 
   UINT32   Reserved1: 4
 
   UINT32   EnergyStatusUnits: 5
 
   UINT32   Reserved2: 3
 
   UINT32   TimeUnits: 4
 
   UINT32   Reserved3: 12
 
   UINT32   Reserved4: 32
 
Bits
 
UINT32 Uint32
 
UINT64 Uint64
 

Detailed Description

MSR information returned for MSR index MSR_XEON_PHI_RAPL_POWER_UNIT

Definition at line 1192 of file XeonPhiMsr.h.

Field Documentation

◆ 

struct { ... } MSR_XEON_PHI_RAPL_POWER_UNIT_REGISTER::Bits

Individual bit fields

◆ EnergyStatusUnits

UINT32 MSR_XEON_PHI_RAPL_POWER_UNIT_REGISTER::EnergyStatusUnits

[Bits 12:8] Package. Energy Status Units Energy related information (in Joules) is based on the multiplier, 1/2^ESU; where ESU is an unsigned integer represented by bits 12:8. Default value is 0EH (or 61 micro-joules).

Definition at line 1208 of file XeonPhiMsr.h.

◆ PowerUnits

UINT32 MSR_XEON_PHI_RAPL_POWER_UNIT_REGISTER::PowerUnits

[Bits 3:0] Package. Power Units See Section 14.9.1, "RAPL Interfaces.".

Definition at line 1200 of file XeonPhiMsr.h.

◆ Reserved1

UINT32 MSR_XEON_PHI_RAPL_POWER_UNIT_REGISTER::Reserved1

Definition at line 1201 of file XeonPhiMsr.h.

◆ Reserved2

UINT32 MSR_XEON_PHI_RAPL_POWER_UNIT_REGISTER::Reserved2

Definition at line 1209 of file XeonPhiMsr.h.

◆ Reserved3

UINT32 MSR_XEON_PHI_RAPL_POWER_UNIT_REGISTER::Reserved3

Definition at line 1215 of file XeonPhiMsr.h.

◆ Reserved4

UINT32 MSR_XEON_PHI_RAPL_POWER_UNIT_REGISTER::Reserved4

Definition at line 1216 of file XeonPhiMsr.h.

◆ TimeUnits

UINT32 MSR_XEON_PHI_RAPL_POWER_UNIT_REGISTER::TimeUnits

[Bits 19:16] Package. Time Units See Section 14.9.1, "RAPL Interfaces.".

Definition at line 1214 of file XeonPhiMsr.h.

◆ Uint32

UINT32 MSR_XEON_PHI_RAPL_POWER_UNIT_REGISTER::Uint32

All bit fields as a 32-bit value

Definition at line 1221 of file XeonPhiMsr.h.

◆ Uint64

UINT64 MSR_XEON_PHI_RAPL_POWER_UNIT_REGISTER::Uint64

All bit fields as a 64-bit value

Definition at line 1225 of file XeonPhiMsr.h.


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