Searched refs:cpu_has_mips32r6 (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
H A Dcpu-features.h202 #ifndef cpu_has_mips32r6
203 # define cpu_has_mips32r6 (cpu_data[0].isa_level & MIPS_CPU_ISA_M32R6) macro
233 #define cpu_has_mips32 (cpu_has_mips32r1 | cpu_has_mips32r2 | cpu_has_mips32r6)
237 #define cpu_has_mips_r6 (cpu_has_mips32r6 | cpu_has_mips64r6)
239 cpu_has_mips32r6 | cpu_has_mips64r1 | \
/linux-4.1.27/arch/mips/kernel/
H A Dproc.c100 if (cpu_has_mips32r6) show_cpuinfo()

Completed in 31 milliseconds