Home
last modified time | relevance | path

Searched refs:X86_FEATURE_HWP_EPP (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/cpufreq/
Dintel_pstate.c611 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_get_epp()
695 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_get_energy_pref_index()
759 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_set_energy_pref_index()
816 if (!boot_cpu_has(X86_FEATURE_HWP_EPP)) in store_energy_performance_preference()
996 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_hwp_set()
1016 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_hwp_offline()
1048 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) in intel_pstate_hwp_offline()
3432 if ((!no_hwp && boot_cpu_has(X86_FEATURE_HWP_EPP)) || hwp_forced) { in intel_pstate_init()
/Linux-v6.6/tools/arch/x86/include/asm/
Dcpufeatures.h353 #define X86_FEATURE_HWP_EPP (14*32+10) /* HWP Energy Perf. Preference */ macro
/Linux-v6.6/arch/x86/include/asm/
Dcpufeatures.h357 #define X86_FEATURE_HWP_EPP (14*32+10) /* HWP Energy Perf. Preference */ macro