libmsr
0.3.0
A friendlier interface to accessing MSRs on Intel platforms
|
Structure containing data for MSR_TURBO_ACTIVATION_RATIO. More...
#include <msr_turbo.h>
Public Attributes | |
uint64_t | bits |
Raw 64-bit value stored in MSR_TURBO_ACTIVATION RATIO. | |
double | max_non_turbo_ratio |
Max non-turbo ratio bit-field (bits [7:0]) converted to a p-state in MHz. | |
Structure containing data for MSR_TURBO_ACTIVATION_RATIO.
uint64_t turbo_activation_ratio_data::bits |
Raw 64-bit value stored in MSR_TURBO_ACTIVATION RATIO.
double turbo_activation_ratio_data::max_non_turbo_ratio |
Max non-turbo ratio bit-field (bits [7:0]) converted to a p-state in MHz.