Home
last modified time | relevance | path

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

/linux/tools/power/cpupower/utils/helpers/
H A Dhelpers.h144 int cpufreq_has_x86_boost_support(unsigned int cpu, int *support,
189 static inline int cpufreq_has_x86_boost_support(unsigned int cpu, int *support, in cpufreq_has_x86_boost_support() function
H A Dmisc.c17 int cpufreq_has_x86_boost_support(unsigned int cpu, int *support, int *active, in cpufreq_has_x86_boost_support() function
/linux/tools/power/cpupower/utils/
H A Dcpufreq-info.c131 ret = cpufreq_has_x86_boost_support(cpu, &support, &active, &b_states); in get_boost_mode_x86()