Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c542 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_get_epp()
616 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_get_energy_pref_index()
680 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_set_energy_pref_index()
737 if (!boot_cpu_has(X86_FEATURE_HWP_EPP)) in store_energy_performance_preference()
899 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_hwp_set()
915 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) { in intel_pstate_hwp_offline()
934 if (boot_cpu_has(X86_FEATURE_HWP_EPP)) in intel_pstate_hwp_offline()
3056 if ((!no_hwp && boot_cpu_has(X86_FEATURE_HWP_EPP)) || hwp_forced) { in intel_pstate_init()
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dcpufeatures.h329 #define X86_FEATURE_HWP_EPP (14*32+10) /* HWP Energy Perf. Preference */ macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcpufeatures.h333 #define X86_FEATURE_HWP_EPP (14*32+10) /* HWP Energy Perf. Preference */ macro