Searched refs:HWP_HIGHEST_PERF (Results 1 – 4 of 4) sorted by relevance
377 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()
548 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
547 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
7427 (unsigned int)HWP_HIGHEST_PERF(msr), in print_hwp()