Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/cpufreq/
A Dcppc_cpufreq.c482 struct cppc_perf_caps *perf_caps; in get_perf_level_count() local
488 perf_caps = &cpu_data->perf_caps; in get_perf_level_count()
491 perf_caps->highest_perf); in get_perf_level_count()
516 struct cppc_perf_caps *perf_caps; in cppc_get_cpu_power() local
521 perf_caps = &cpu_data->perf_caps; in cppc_get_cpu_power()
524 perf_caps->highest_perf); in cppc_get_cpu_power()
538 perf = perf_caps->highest_perf; in cppc_get_cpu_power()
541 perf = perf_caps->lowest_perf; in cppc_get_cpu_power()
545 perf = perf_caps->highest_perf; in cppc_get_cpu_power()
588 perf_caps = &cpu_data->perf_caps; in cppc_get_cpu_cost()
[all …]
A Dacpi-cpufreq.c632 struct cppc_perf_caps perf_caps; in get_max_boost_ratio() local
639 ret = cppc_get_perf_caps(cpu, &perf_caps); in get_max_boost_ratio()
649 highest_perf = perf_caps.highest_perf; in get_max_boost_ratio()
651 nominal_perf = perf_caps.nominal_perf; in get_max_boost_ratio()
/linux-6.3-rc2/arch/x86/kernel/acpi/
A Dcppc.c71 struct cppc_perf_caps perf_caps; in amd_set_max_freq_ratio() local
76 rc = cppc_get_perf_caps(0, &perf_caps); in amd_set_max_freq_ratio()
83 nominal_perf = perf_caps.nominal_perf; in amd_set_max_freq_ratio()
/linux-6.3-rc2/drivers/base/
A Darch_topology.c353 struct cppc_perf_caps perf_caps; in topology_init_cpu_capacity_cppc() local
365 if (!cppc_get_perf_caps(cpu, &perf_caps) && in topology_init_cpu_capacity_cppc()
366 (perf_caps.highest_perf >= perf_caps.nominal_perf) && in topology_init_cpu_capacity_cppc()
367 (perf_caps.highest_perf >= perf_caps.lowest_perf)) { in topology_init_cpu_capacity_cppc()
368 raw_capacity[cpu] = perf_caps.highest_perf; in topology_init_cpu_capacity_cppc()
/linux-6.3-rc2/drivers/acpi/
A Dcppc_acpi.c1177 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() argument
1220 perf_caps->highest_perf = high; in cppc_get_perf_caps()
1223 perf_caps->lowest_perf = low; in cppc_get_perf_caps()
1226 perf_caps->nominal_perf = nom; in cppc_get_perf_caps()
1230 perf_caps->guaranteed_perf = 0; in cppc_get_perf_caps()
1233 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()
1237 perf_caps->lowest_nonlinear_perf = min_nonlinear; in cppc_get_perf_caps()
1249 perf_caps->lowest_freq = low_f; in cppc_get_perf_caps()
1250 perf_caps->nominal_freq = nom_f; in cppc_get_perf_caps()
/linux-6.3-rc2/include/acpi/
A Dcppc_acpi.h131 struct cppc_perf_caps perf_caps; member

Completed in 13 milliseconds