Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu-features.h46 #define cpu_has_complex cpu_opt(LOONGARCH_CPU_COMPLEX) macro
/openbmc/linux/arch/loongarch/kernel/
H A Dproc.c81 if (cpu_has_complex) seq_printf(m, " complex"); in show_cpuinfo()