Home
last modified time | relevance | path

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

/linux-5.19.10/arch/loongarch/include/asm/
Dcpu-features.h48 #define cpu_has_lsx cpu_opt(LOONGARCH_CPU_LSX) macro
/linux-5.19.10/arch/loongarch/kernel/
Dproc.c77 if (cpu_has_lsx) seq_printf(m, " lsx"); in show_cpuinfo()