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.c247 value = prev = READ_ONCE(cpudata->cppc_req_cached); in msr_update_perf()
280 WRITE_ONCE(cpudata->cppc_req_cached, value); in msr_update_perf()
302 value = prev = READ_ONCE(cpudata->cppc_req_cached); in msr_set_epp()
312 cpudata->cppc_req_cached), in msr_set_epp()
314 cpudata->cppc_req_cached), in msr_set_epp()
329 WRITE_ONCE(cpudata->cppc_req_cached, value); in msr_set_epp()
419 epp_cached = FIELD_GET(AMD_CPPC_EPP_PERF_MASK, cpudata->cppc_req_cached); in shmem_set_epp()
426 cpudata->cppc_req_cached), in shmem_set_epp()
428 cpudata->cppc_req_cached), in shmem_set_epp()
443 value = READ_ONCE(cpudata->cppc_req_cached); in shmem_set_epp()
[all …]
H A Damd-pstate.h102 u64 cppc_req_cached; member