Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dcpu-features.h434 #ifndef cpu_has_loongson_ext
435 #define cpu_has_loongson_ext __ase(MIPS_ASE_LOONGSON_EXT) macro
/linux/arch/mips/kernel/
H A Dcpu-probe.c1980 if (cpu_has_loongson_ext) in cpu_probe()