Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c1061 value &= ~HWP_DESIRED_PERF(~0L); in intel_pstate_hwp_offline()
2870 value &= ~HWP_DESIRED_PERF(~0L); in intel_cpufreq_hwp_update()
2871 value |= HWP_DESIRED_PERF(desired); in intel_cpufreq_hwp_update()
3104 value &= ~HWP_DESIRED_PERF(~0L); in intel_cpufreq_suspend()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h491 #define HWP_DESIRED_PERF(x) ((x & 0xff) << 16) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h507 #define HWP_DESIRED_PERF(x) ((x & 0xff) << 16) macro
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c838 msr |= HWP_DESIRED_PERF(ratio_2_msr_perf(hwp_req->hwp_desired)); in write_hwp_request()