Home
last modified time | relevance | path

Searched refs:cppc_req_cached (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/cpufreq/
H A Damd-pstate.c270 WRITE_ONCE(cpudata->cppc_req_cached, value); in msr_update_perf()
302 cpudata->cppc_req_cached), in msr_set_epp()
304 cpudata->cppc_req_cached), in msr_set_epp()
319 WRITE_ONCE(cpudata->cppc_req_cached, value); in msr_set_epp()
347 cpudata->cppc_req_cached), in shmem_set_epp()
349 cpudata->cppc_req_cached), in shmem_set_epp()
364 value = READ_ONCE(cpudata->cppc_req_cached); in shmem_set_epp()
367 WRITE_ONCE(cpudata->cppc_req_cached, value); in shmem_set_epp()
510 WRITE_ONCE(cpudata->cppc_req_cached, value); in shmem_update_perf()
1491 WRITE_ONCE(cpudata->cppc_req_cached, value); in amd_pstate_epp_cpu_init()
[all …]
H A Damd-pstate.h87 u64 cppc_req_cached; member