Home
last modified time | relevance | path

Searched refs:epp_cached (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Damd-pstate.h56 * @epp_cached: Cached CPPC energy-performance preference value
91 s16 epp_cached; member
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Damd-pstate.c192 cpudata->epp_cached = epp; in amd_pstate_set_epp()
200 cpudata->epp_cached = epp; in amd_pstate_set_epp()
1182 cpudata->epp_cached = amd_pstate_get_epp(cpudata, 0); in amd_pstate_epp_cpu_init()
1317 perf_ctrls.energy_perf = AMD_CPPC_ENERGY_PERF_PREF(cpudata->epp_cached); in amd_pstate_epp_reenable()
H A Dintel_pstate.c217 * @epp_cached Cached HWP energy-performance preference value
256 s16 epp_cached; member
769 cpu->epp_cached = epp; in intel_pstate_set_epp()
876 if (cpu->epp_cached != epp) { in store_energy_performance_preference()
1048 value |= HWP_ENERGY_PERF_PREFERENCE(cpu->epp_cached); in intel_pstate_hwp_offline()
2792 cpu->epp_cached = intel_pstate_get_epp(cpu, 0); in intel_pstate_cpu_init()
3042 cpu->epp_cached = intel_pstate_get_epp(cpu, value); in intel_cpufreq_cpu_init()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c222 * @epp_cached Cached HWP energy-performance preference value
260 s16 epp_cached; member
651 cpu->epp_cached = epp; in intel_pstate_set_epp()
758 if (cpu->epp_cached != epp) { in store_energy_performance_preference()
910 value |= HWP_ENERGY_PERF_PREFERENCE(cpu->epp_cached); in intel_pstate_hwp_offline()
2459 cpu->epp_cached = intel_pstate_get_epp(cpu, 0); in intel_pstate_cpu_init()
2671 cpu->epp_cached = intel_pstate_get_epp(cpu, value); in intel_cpufreq_cpu_init()

Completed in 11 milliseconds