Home
last modified time | relevance | path

Searched refs:guaranteed_perf (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/acpi/
H A Dcppc_acpi.h106 u32 guaranteed_perf; member
/linux-6.15/drivers/acpi/
H A Dcppc_acpi.c168 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, guaranteed_perf);
208 &guaranteed_perf.attr,
1328 perf_caps->guaranteed_perf = 0; in cppc_get_perf_caps()
1331 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()
/linux-6.15/drivers/cpufreq/
H A Dintel_pstate.c409 if (cppc_perf.guaranteed_perf) in intel_pstate_get_cppc_guaranteed()
410 return cppc_perf.guaranteed_perf; in intel_pstate_get_cppc_guaranteed()