Lines Matching refs:perf
186 u64 perf = -1ULL; in hwprobe_misaligned() local
191 if (perf == -1ULL) in hwprobe_misaligned()
192 perf = this_perf; in hwprobe_misaligned()
194 if (perf != this_perf) { in hwprobe_misaligned()
195 perf = RISCV_HWPROBE_MISALIGNED_SCALAR_UNKNOWN; in hwprobe_misaligned()
200 if (perf == -1ULL) in hwprobe_misaligned()
203 return perf; in hwprobe_misaligned()
222 u64 perf = -1ULL; in hwprobe_vec_misaligned() local
228 if (perf == -1ULL) in hwprobe_vec_misaligned()
229 perf = this_perf; in hwprobe_vec_misaligned()
231 if (perf != this_perf) { in hwprobe_vec_misaligned()
232 perf = RISCV_HWPROBE_MISALIGNED_VECTOR_UNKNOWN; in hwprobe_vec_misaligned()
237 if (perf == -1ULL) in hwprobe_vec_misaligned()
240 return perf; in hwprobe_vec_misaligned()