Searched refs:cpu_has_lsx (Results 1 – 10 of 10) sorted by relevance
69 if (!cpu_has_lsx) in is_lsx_enabled()211 if (cpu_has_lsx) in enable_lsx()217 if (cpu_has_lsx) in disable_lsx()223 if (cpu_has_lsx) in save_lsx()229 if (cpu_has_lsx) in restore_lsx()235 if (cpu_has_lsx) in init_lsx_upper()241 if (cpu_has_lsx) in restore_lsx_upper()304 if (!cpu_has_lsx) in thread_lsx_context_live()
22 if (cpu_has_lsx) \
43 #define cpu_has_lsx cpu_opt(LOONGARCH_CPU_LSX) macro
33 #define cpu_has_lsx (getauxval(AT_HWCAP) & HWCAP_LOONGARCH_LSX) macro
30 return cpu_has_lsx; in raid6_has_lsx()
26 return cpu_has_lsx; in raid6_has_lsx()
82 if (cpu_has_lsx) in init_euen_mask()
78 if (cpu_has_lsx) seq_printf(m, " lsx"); in show_cpuinfo()
931 if (!cpu_has_lsx) { in do_lsx()
877 else if (cpu_has_lsx && thread_lsx_context_live()) in setup_extcontext()