Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpu-features.h423 #ifndef cpu_has_loongson_ext2
424 #define cpu_has_loongson_ext2 __ase(MIPS_ASE_LOONGSON_EXT2) macro
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dproc.c134 if (cpu_has_loongson_ext2) seq_printf(m, "%s", " loongson-ext2"); in show_cpuinfo()
H A Dcpu-probe.c2110 if (cpu_has_loongson_ext2) in cpu_probe()