Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c629 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_get_epp()
692 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_get_energy_pref_index()
756 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_set_energy_pref_index()
809 if (!boot_cpu_has(X86_FEATURE_HWP_EPP)) in store_energy_performance_preference()
1311 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_hwp_set()
1330 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_hwp_offline()
1362 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) in intel_pstate_hwp_offline()
3744 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) in hwp_check_epp()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h363 #define X86_FEATURE_HWP_EPP (14*32+10) /* "hwp_epp" HWP Energy Perf. Preference */ macro