Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dcpu-features.h235 #define cpu_has_mips_r (cpu_has_mips32r1 | cpu_has_mips32r2 | \ macro
250 # define cpu_has_clo_clz cpu_has_mips_r
/arch/mips/kernel/
Dproc.c78 if (cpu_has_mips_r) { in show_cpuinfo()