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

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h301 #ifndef cpu_has_mips32r5
302 # define cpu_has_mips32r5 __isa_range_or_flag(5, 6, MIPS_CPU_ISA_M32R5) macro
343 cpu_has_mips32r5 | cpu_has_mips32r6)
348 #define cpu_has_mips_r5 (cpu_has_mips32r5 | cpu_has_mips64r5)
351 cpu_has_mips32r5 | cpu_has_mips32r6 | \
/linux-master/arch/mips/kernel/
H A Dproc.c101 if (cpu_has_mips32r5)

Completed in 137 milliseconds