libmsr
0.3.0
A friendlier interface to accessing MSRs on Intel platforms
|
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. | |
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.
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.