Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Damd-pstate.c141 static inline u8 freq_to_perf(union perf_cached perf, u32 nominal_freq, unsigned int freq_val) in freq_to_perf()
148 static inline u32 perf_to_freq(union perf_cached perf, u32 nominal_freq, u8 perf_val) in perf_to_freq()
248 union perf_cached perf = READ_ONCE(cpudata->perf); in msr_update_perf()
299 union perf_cached perf = cpudata->perf; in msr_set_epp()
344 union perf_cached perf = cpudata->perf; in shmem_set_epp()
393 union perf_cached perf = READ_ONCE(cpudata->perf); in msr_init_perf()
437 union perf_cached perf = READ_ONCE(cpudata->perf); in shmem_init_perf()
508 union perf_cached perf = READ_ONCE(cpudata->perf); in shmem_update_perf()
572 union perf_cached perf = READ_ONCE(cpudata->perf); in amd_pstate_update()
610 union perf_cached perf; in amd_pstate_verify()
[all …]
H A Damd-pstate.h35 union perf_cached { union
91 union perf_cached perf;
H A Damd-pstate-ut.c119 union perf_cached cur_perf; in amd_pstate_ut_check_perf()