Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/include/asm/
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)
/linux-6.12.1/arch/mips/kernel/
Dproc.c109 if (cpu_has_mips64r5) in show_cpuinfo()