Home
last modified time | relevance | path

Searched refs:perf_caps (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/cpufreq/
A Dcppc_cpufreq.c122 local_freq_scale = div64_u64(perf, cpu_data->perf_caps.highest_perf); in cppc_scale_freq_workfn()
316 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_perf_to_khz()
340 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_khz_to_perf()
451 ret = cppc_get_perf_caps(cpu, &cpu_data->perf_caps); in cppc_cpufreq_get_cpu_data()
458 cpu_data->perf_caps.lowest_freq *= 1000; in cppc_cpufreq_get_cpu_data()
459 cpu_data->perf_caps.nominal_freq *= 1000; in cppc_cpufreq_get_cpu_data()
495 caps = &cpu_data->perf_caps; in cppc_cpufreq_cpu_init()
569 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_cpu_exit()
644 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_set_boost()
A Dacpi-cpufreq.c636 struct cppc_perf_caps perf_caps; in get_max_boost_ratio() local
643 ret = cppc_get_perf_caps(cpu, &perf_caps); in get_max_boost_ratio()
653 highest_perf = perf_caps.highest_perf; in get_max_boost_ratio()
655 nominal_perf = perf_caps.nominal_perf; in get_max_boost_ratio()
/linux/drivers/acpi/
A Dcppc_acpi.c1069 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() argument
1112 perf_caps->highest_perf = high; in cppc_get_perf_caps()
1115 perf_caps->lowest_perf = low; in cppc_get_perf_caps()
1118 perf_caps->nominal_perf = nom; in cppc_get_perf_caps()
1122 perf_caps->guaranteed_perf = 0; in cppc_get_perf_caps()
1125 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()
1129 perf_caps->lowest_nonlinear_perf = min_nonlinear; in cppc_get_perf_caps()
1141 perf_caps->lowest_freq = low_f; in cppc_get_perf_caps()
1142 perf_caps->nominal_freq = nom_f; in cppc_get_perf_caps()
/linux/include/acpi/
A Dcppc_acpi.h129 struct cppc_perf_caps perf_caps; member
/linux/arch/x86/kernel/
A Dsmpboot.c2103 struct cppc_perf_caps perf_caps; in amd_set_max_freq_ratio() local
2108 rc = cppc_get_perf_caps(0, &perf_caps); in amd_set_max_freq_ratio()
2115 nominal_perf = perf_caps.nominal_perf; in amd_set_max_freq_ratio()

Completed in 16 milliseconds