Home
last modified time | relevance | path

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

/linux-5.19.10/arch/loongarch/include/asm/
Dcpu-features.h50 #define cpu_has_complex cpu_opt(LOONGARCH_CPU_COMPLEX) macro
/linux-5.19.10/arch/loongarch/kernel/
Dproc.c79 if (cpu_has_complex) seq_printf(m, " complex"); in show_cpuinfo()