Home
last modified time | relevance | path

Searched refs:HWP_HIGHEST_PERF (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h483 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h499 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c367 cppc_perf.highest_perf = HWP_HIGHEST_PERF(READ_ONCE(all_cpu_data[cpu]->hwp_cap_cached)); in intel_pstate_set_itmt_prio()
947 cpu->pstate.turbo_pstate = HWP_HIGHEST_PERF(cap); in __intel_pstate_get_hwp_cap()
2971 HWP_HIGHEST_PERF(hwp_cap); in intel_cpufreq_adjust_perf()
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c783 cap->highest = msr_perf_2_ratio(HWP_HIGHEST_PERF(msr)); in read_hwp_cap()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c4389 (unsigned int)HWP_HIGHEST_PERF(msr), in print_hwp()