Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dcpu-features.h315 #ifndef cpu_has_mips64r5
316 # define cpu_has_mips64r5 (cpu_has_64bits && \ macro
345 cpu_has_mips64r5 | cpu_has_mips64r6)
348 #define cpu_has_mips_r5 (cpu_has_mips32r5 | cpu_has_mips64r5)
353 cpu_has_mips64r5 | cpu_has_mips64r6)
/openbmc/linux/arch/mips/kernel/
H A Dproc.c109 if (cpu_has_mips64r5) in show_cpuinfo()