Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpu-features.h286 #ifndef cpu_has_mips32r5
287 # define cpu_has_mips32r5 __isa_range_or_flag(5, 6, MIPS_CPU_ISA_M32R5) macro
328 cpu_has_mips32r5 | cpu_has_mips32r6)
333 #define cpu_has_mips_r5 (cpu_has_mips32r5 | cpu_has_mips64r5)
336 cpu_has_mips32r5 | cpu_has_mips32r6 | \
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dproc.c101 if (cpu_has_mips32r5) in show_cpuinfo()