libmsr  0.3.0
A friendlier interface to accessing MSRs on Intel platforms
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Public Attributes | List of all members
msr_temp_target Struct Reference

Structure containing data from MSR_TEMPERATURE_TARGET. More...

#include <msr_thermal.h>

Public Attributes

uint64_t ** raw
 Raw 64-bit value stored in MSR_TEMPERATURE_TARGET.
 
uint64_t * temp_target
 Min temperature (in degree Celsius) at which PROCHOT will be asserted.
 

Detailed Description

Structure containing data from MSR_TEMPERATURE_TARGET.

The scope of this MSR is defined as unique for Sandy Bridge. In our implementation, we assume a socket-level scope.

Member Data Documentation

uint64_t** msr_temp_target::raw

Raw 64-bit value stored in MSR_TEMPERATURE_TARGET.

uint64_t* msr_temp_target::temp_target

Min temperature (in degree Celsius) at which PROCHOT will be asserted.

This bit field (bits 23:16) is RO and is likely equal to the TCC Activation Temperature.


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