Home
last modified time | relevance | path

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

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