Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/kernel/
H A Dsys_hwprobe.c187 int this_perf = per_cpu(misaligned_access_speed, cpu); in hwprobe_misaligned() local
190 perf = this_perf; in hwprobe_misaligned()
192 if (perf != this_perf) { in hwprobe_misaligned()
224 int this_perf = per_cpu(vector_misaligned_access, cpu); in hwprobe_vec_misaligned() local
227 perf = this_perf; in hwprobe_vec_misaligned()
229 if (perf != this_perf) { in hwprobe_vec_misaligned()