Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h272 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h555 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c718 *current_max = HWP_HIGHEST_PERF(cap); in intel_pstate_get_hwp_max()
720 *phy_max = HWP_HIGHEST_PERF(cap); in intel_pstate_get_hwp_max()
/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c686 cap->highest = msr_perf_2_ratio(HWP_HIGHEST_PERF(msr)); in read_hwp_cap()
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c3565 (unsigned int)HWP_HIGHEST_PERF(msr), in print_hwp()