Searched refs:MSR_TURBO_RATIO_LIMIT (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | aperfmperf.c | 162 err = rdmsrl_safe(MSR_TURBO_RATIO_LIMIT, &msr); in knl_set_max_freq_ratio() 200 err = rdmsrl_safe(MSR_TURBO_RATIO_LIMIT, &ratios); in skx_set_max_freq_ratio() 228 err = rdmsrl_safe(MSR_TURBO_RATIO_LIMIT, &msr); in core_set_max_freq_ratio()
|
/openbmc/linux/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_if_common.c | 34 MSR_TURBO_RATIO_LIMIT,
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 206 #define MSR_TURBO_RATIO_LIMIT 0x000001ad macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | msr-index.h | 221 #define MSR_TURBO_RATIO_LIMIT 0x000001ad macro
|
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 1421 get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT, &msr); in early_cpuid()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | intel_pstate.c | 1948 rdmsrl_on_cpu(cpu, MSR_TURBO_RATIO_LIMIT, &value); in core_get_turbo_pstate() 1977 rdmsrl_on_cpu(cpu, MSR_TURBO_RATIO_LIMIT, &value); in knl_get_turbo_pstate()
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2617 get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT, &msr); in dump_knl_turbo_ratio_limits() 4097 dump_turbo_ratio_limits(MSR_TURBO_RATIO_LIMIT, family, model); in dump_turbo_ratio_info()
|