Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c377 cppc_perf.highest_perf = HWP_HIGHEST_PERF(READ_ONCE(all_cpu_data[cpu]->hwp_cap_cached)); in intel_pstate_set_itmt_prio()
1092 cpu->capacity_perf = HWP_HIGHEST_PERF(READ_ONCE(cpu->hwp_cap_cached)); in hybrid_get_capacity_perf()
1219 cpu->pstate.turbo_pstate = HWP_HIGHEST_PERF(cap); in __intel_pstate_get_hwp_cap()
3317 HWP_HIGHEST_PERF(hwp_cap); in intel_cpufreq_adjust_perf()
/linux/arch/x86/include/asm/
H A Dmsr-index.h548 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h547 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/linux/tools/power/x86/turbostat/
H A Dturbostat.c7427 (unsigned int)HWP_HIGHEST_PERF(msr), in print_hwp()