Home
last modified time | relevance | path

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

/linux/tools/power/cpupower/utils/helpers/
H A Damd.c201 cpuinfo_max, amd_pstate_max; in amd_pstate_show_perf_and_freq()
210 cpufreq_get_hardware_limits(cpu, &cpuinfo_min, &cpuinfo_max); in amd_pstate_show_perf_and_freq()
213 *active = cpuinfo_max == amd_pstate_max ? 1 : 0; in amd_pstate_show_perf_and_freq()
221 * If boost isn't active, the cpuinfo_max doesn't indicate real max in amd_pstate_show_perf_and_freq()
181 cpuinfo_max, amd_pstate_max; amd_pstate_boost_init() local
/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c1767 static int set_cpufreq_scaling_min_max_from_cpuinfo(int cpu, int cpuinfo_max, int scaling_max) in set_cpufreq_scaling_min_max_from_cpuinfo() argument
1775 if (cpuinfo_max) in set_cpufreq_scaling_min_max_from_cpuinfo()