Home
last modified time | relevance | path

Searched refs:HWP_MIN_PERF (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c850 value &= ~HWP_MIN_PERF(~0L); in intel_pstate_hwp_set()
851 value |= HWP_MIN_PERF(min); in intel_pstate_hwp_set()
919 value |= HWP_MIN_PERF(min_perf); in intel_pstate_hwp_offline()
2533 value &= ~HWP_MIN_PERF(~0L); in intel_cpufreq_adjust_hwp()
2534 value |= HWP_MIN_PERF(target_pstate); in intel_cpufreq_adjust_hwp()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c984 value &= ~HWP_MIN_PERF(~0L); in intel_pstate_hwp_set()
985 value |= HWP_MIN_PERF(min); in intel_pstate_hwp_set()
1070 value |= HWP_MIN_PERF(min_perf); in intel_pstate_hwp_offline()
2865 value &= ~HWP_MIN_PERF(~0L); in intel_cpufreq_hwp_update()
2866 value |= HWP_MIN_PERF(min); in intel_cpufreq_hwp_update()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmsr-index.h451 #define HWP_MIN_PERF(x) (x & 0xff) macro
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Dmsr-index.h425 #define HWP_MIN_PERF(x) (x & 0xff) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmsr-index.h497 #define HWP_MIN_PERF(x) (x & 0xff) macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dmsr-index.h489 #define HWP_MIN_PERF(x) (x & 0xff) macro
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c791 msr |= HWP_MIN_PERF(ratio_2_msr_perf(hwp_req->hwp_min)); in write_hwp_request()
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c836 msr |= HWP_MIN_PERF(ratio_2_msr_perf(hwp_req->hwp_min)); in write_hwp_request()

Completed in 27 milliseconds