Home
last modified time | relevance | path

Searched refs:HWP_HIGHEST_PERF (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c368 cppc_perf.highest_perf = HWP_HIGHEST_PERF(READ_ONCE(all_cpu_data[cpu]->hwp_cap_cached)); in intel_pstate_set_itmt_prio()
948 cpu->pstate.turbo_pstate = HWP_HIGHEST_PERF(cap); in __intel_pstate_get_hwp_cap()
2972 HWP_HIGHEST_PERF(hwp_cap); in intel_cpufreq_adjust_perf()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmsr-index.h445 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Dmsr-index.h419 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmsr-index.h491 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dmsr-index.h483 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c830 *current_max = HWP_HIGHEST_PERF(cap); in intel_pstate_get_hwp_max()
832 *phy_max = HWP_HIGHEST_PERF(cap); in intel_pstate_get_hwp_max()
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c738 cap->highest = msr_perf_2_ratio(HWP_HIGHEST_PERF(msr)); in read_hwp_cap()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c4003 (unsigned int)HWP_HIGHEST_PERF(msr), in print_hwp()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c4385 (unsigned int)HWP_HIGHEST_PERF(msr), in print_hwp()

Completed in 38 milliseconds