Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmsr-index.h343 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h576 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/Linux-v5.4/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c685 cap->highest = msr_perf_2_ratio(HWP_HIGHEST_PERF(msr)); in read_hwp_cap()
/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c762 *current_max = HWP_HIGHEST_PERF(cap); in intel_pstate_get_hwp_max()
764 *phy_max = HWP_HIGHEST_PERF(cap); in intel_pstate_get_hwp_max()
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c3661 (unsigned int)HWP_HIGHEST_PERF(msr), in print_hwp()