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.c581 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_get_epp()
644 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_get_energy_pref_index()
708 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_set_energy_pref_index()
761 if (!boot_cpu_has(X86_FEATURE_HWP_EPP)) in store_energy_performance_preference()
1267 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_hwp_set()
1286 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_hwp_offline()
1318 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) in intel_pstate_hwp_offline()
3752 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