Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpu-features.h300 #ifndef cpu_has_mips64r5
301 # define cpu_has_mips64r5 (cpu_has_64bits && \ macro
330 cpu_has_mips64r5 | cpu_has_mips64r6)
333 #define cpu_has_mips_r5 (cpu_has_mips32r5 | cpu_has_mips64r5)
338 cpu_has_mips64r5 | cpu_has_mips64r6)
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dproc.c109 if (cpu_has_mips64r5) in show_cpuinfo()