Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c987 value &= ~HWP_MAX_PERF(~0L); in intel_pstate_hwp_set()
988 value |= HWP_MAX_PERF(max); in intel_pstate_hwp_set()
1069 value |= HWP_MAX_PERF(min_perf); in intel_pstate_hwp_offline()
2868 value &= ~HWP_MAX_PERF(~0L); in intel_cpufreq_hwp_update()
2869 value |= HWP_MAX_PERF(max); in intel_cpufreq_hwp_update()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h490 #define HWP_MAX_PERF(x) ((x & 0xff) << 8) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h505 #define HWP_MAX_PERF(x) ((x & 0xff) << 8) macro
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c837 msr |= HWP_MAX_PERF(ratio_2_msr_perf(hwp_req->hwp_max)); in write_hwp_request()