Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dcpu-features.h438 #ifndef cpu_has_loongson_ext2
439 #define cpu_has_loongson_ext2 __ase(MIPS_ASE_LOONGSON_EXT2) macro
/linux/arch/mips/kernel/
H A Dcpu-probe.c1983 if (cpu_has_loongson_ext2) in cpu_probe()