Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c635 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_get_epp()
719 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_get_energy_pref_index()
783 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_set_energy_pref_index()
840 if (!boot_cpu_has(X86_FEATURE_HWP_EPP)) in store_energy_performance_preference()
1020 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_hwp_set()
1040 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_hwp_offline()
1072 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) in intel_pstate_hwp_offline()
3447 if ((!no_hwp && boot_cpu_has(X86_FEATURE_HWP_EPP)) || hwp_forced) { in intel_pstate_init()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h353 #define X86_FEATURE_HWP_EPP (14*32+10) /* HWP Energy Perf. Preference */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h362 #define X86_FEATURE_HWP_EPP (14*32+10) /* HWP Energy Perf. Preference */ macro