Searched refs:cpu_has_mips64r6 (Results 1 – 2 of 2) sorted by relevance
211 #ifndef cpu_has_mips64r6212 # define cpu_has_mips64r6 (cpu_data[0].isa_level & MIPS_CPU_ISA_M64R6) macro234 #define cpu_has_mips64 (cpu_has_mips64r1 | cpu_has_mips64r2 | cpu_has_mips64r6)237 #define cpu_has_mips_r6 (cpu_has_mips32r6 | cpu_has_mips64r6)240 cpu_has_mips64r2 | cpu_has_mips64r6)
106 if (cpu_has_mips64r6) in show_cpuinfo()