Searched refs:nominal_perf (Results 1 – 6 of 6) sorted by relevance
107 if (perf >= caps->nominal_perf) { in cppc_cpufreq_perf_to_khz()109 div = caps->nominal_perf; in cppc_cpufreq_perf_to_khz()112 div = caps->nominal_perf - caps->lowest_perf; in cppc_cpufreq_perf_to_khz()132 mul = caps->nominal_perf; in cppc_cpufreq_khz_to_perf()268 policy->max = cppc_cpufreq_perf_to_khz(cpu, cpu->perf_caps.nominal_perf); in cppc_cpufreq_cpu_init()276 policy->cpuinfo.max_freq = cppc_cpufreq_perf_to_khz(cpu, cpu->perf_caps.nominal_perf); in cppc_cpufreq_cpu_init()305 if (cpu->perf_caps.highest_perf > cpu->perf_caps.nominal_perf) in cppc_cpufreq_cpu_init()388 cpudata->perf_caps.nominal_perf); in cppc_cpufreq_set_boost()
636 u64 highest_perf, nominal_perf; in get_max_boost_ratio() local650 nominal_perf = perf_caps.nominal_perf; in get_max_boost_ratio()652 if (!highest_perf || !nominal_perf) { in get_max_boost_ratio()657 if (highest_perf < nominal_perf) { in get_max_boost_ratio()662 return div_u64(highest_perf << SCHED_CAPACITY_SHIFT, nominal_perf); in get_max_boost_ratio()
391 return cppc_perf.nominal_perf; in intel_pstate_get_cppc_guranteed()
34 -r--r--r-- 1 root root 65536 Mar 5 19:38 nominal_perf39 * nominal_perf : Highest sustained performance of this processor46 * nominal_freq : CPU frequency corresponding to nominal_perf (in MHz).
105 u32 nominal_perf; member
146 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_perf);177 &nominal_perf.attr,1122 perf_caps->nominal_perf = nom; in cppc_get_perf_caps()