Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dfpu.h69 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()
H A Dxor.h22 if (cpu_has_lsx) \
H A Dcpu-features.h43 #define cpu_has_lsx cpu_opt(LOONGARCH_CPU_LSX) macro
/openbmc/linux/lib/raid6/
H A Dloongarch.h33 #define cpu_has_lsx (getauxval(AT_HWCAP) & HWCAP_LOONGARCH_LSX) macro
H A Dloongarch_simd.c30 return cpu_has_lsx; in raid6_has_lsx()
H A Drecov_loongarch_simd.c26 return cpu_has_lsx; in raid6_has_lsx()
/openbmc/linux/arch/loongarch/kernel/
H A Dkfpu.c82 if (cpu_has_lsx) in init_euen_mask()
H A Dproc.c78 if (cpu_has_lsx) seq_printf(m, " lsx"); in show_cpuinfo()
H A Dtraps.c926 if (!cpu_has_lsx) { in do_lsx()
H A Dsignal.c877 else if (cpu_has_lsx && thread_lsx_context_live()) in setup_extcontext()