Home
last modified time | relevance | path

Searched refs:cpu_has_loongson_ext (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/mips/include/asm/
Dcpu-features.h417 #ifndef cpu_has_loongson_ext
418 #define cpu_has_loongson_ext __ase(MIPS_ASE_LOONGSON_EXT) macro
/Linux-v5.10/arch/mips/kernel/
Dproc.c133 if (cpu_has_loongson_ext) seq_printf(m, "%s", " loongson-ext"); in show_cpuinfo()
Dcpu-probe.c2104 if (cpu_has_loongson_ext) in cpu_probe()