Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Damd-pstate-ut.c147 u32 highest_perf = 0, nominal_perf = 0, lowest_nonlinear_perf = 0, lowest_perf = 0; in amd_pstate_ut_check_perf() local
171 lowest_perf = cppc_perf.lowest_perf; in amd_pstate_ut_check_perf()
182 lowest_perf = FIELD_GET(AMD_CPPC_LOWEST_PERF_MASK, cap1); in amd_pstate_ut_check_perf()
193 (lowest_perf != cur_perf.lowest_perf)) { in amd_pstate_ut_check_perf()
197 lowest_perf, cur_perf.lowest_perf); in amd_pstate_ut_check_perf()
203 (lowest_nonlinear_perf >= lowest_perf) && in amd_pstate_ut_check_perf()
204 (lowest_perf > 0))) { in amd_pstate_ut_check_perf()
207 lowest_nonlinear_perf, lowest_perf); in amd_pstate_ut_check_perf()
H A Damd-pstate.c150 return (u8)clamp(perf_val, perf.lowest_perf, perf.highest_perf); in freq_to_perf()
392 if (floor_perf < cpudata->perf.lowest_perf) { in amd_pstate_init_floor_perf()
500 perf.lowest_perf = FIELD_GET(AMD_CPPC_LOWEST_PERF_MASK, cap1); in msr_init_perf()
525 perf.min_limit_perf = cppc_perf.lowest_perf; in shmem_init_perf()
528 perf.lowest_perf = cppc_perf.lowest_perf; in shmem_init_perf()
1012 perf.lowest_perf = freq_to_perf(perf, nominal_freq, min_freq); in amd_pstate_init_freq()
1091 perf.lowest_perf); in amd_pstate_cpu_init()
1920 perf.lowest_perf); in amd_pstate_epp_cpu_init()
/linux/Documentation/admin-guide/acpi/
H A Dcppc_sysfs.rst34 -r--r--r-- 1 root root 65536 Mar 5 19:38 lowest_perf
45 * lowest_perf : Lowest performance of this processor (abstract scale).
47 * lowest_freq : CPU frequency corresponding to lowest_perf (in MHz).
/linux/drivers/acpi/
H A Dcppc_acpi.c178 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf);
219 &lowest_perf.attr,
1405 perf_caps->lowest_perf = low; in cppc_get_perf_caps()
2184 div = caps->nominal_perf - caps->lowest_perf; in cppc_perf_to_khz()
2215 mul = caps->nominal_perf - caps->lowest_perf; in cppc_khz_to_perf()
/linux/drivers/base/
H A Darch_topology.c344 (perf_caps.highest_perf >= perf_caps.lowest_perf)) { in topology_init_cpu_capacity_cppc()
/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst662 … || highest_perf >= nominal_perf > lowest_nonlinear_perf > lowest_perf > 0. |