Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Damd-pstate.c238 value = prev = READ_ONCE(cpudata->cppc_req_cached); in msr_update_perf()
272 WRITE_ONCE(cpudata->cppc_req_cached, value); in msr_update_perf()
294 value = prev = READ_ONCE(cpudata->cppc_req_cached); in msr_set_epp()
304 cpudata->cppc_req_cached), in msr_set_epp()
306 cpudata->cppc_req_cached), in msr_set_epp()
321 WRITE_ONCE(cpudata->cppc_req_cached, value); in msr_set_epp()
342 epp_cached = FIELD_GET(AMD_CPPC_EPP_PERF_MASK, cpudata->cppc_req_cached); in shmem_set_epp()
349 cpudata->cppc_req_cached), in shmem_set_epp()
351 cpudata->cppc_req_cached), in shmem_set_epp()
366 value = READ_ONCE(cpudata->cppc_req_cached); in shmem_set_epp()
[all …]
H A Damd-pstate.h89 u64 cppc_req_cached; member