Searched refs:cpu_has_mips64r6 (Results 1 – 3 of 3) sorted by relevance
213 #ifndef cpu_has_mips64r6214 # define cpu_has_mips64r6 (cpu_data[0].isa_level & MIPS_CPU_ISA_M64R6) macro236 #define cpu_has_mips64 (cpu_has_mips64r1 | cpu_has_mips64r2 | cpu_has_mips64r6)239 #define cpu_has_mips_r6 (cpu_has_mips32r6 | cpu_has_mips64r6)242 cpu_has_mips64r2 | cpu_has_mips64r6)
62 #define cpu_has_mips64r6 0 macro
106 if (cpu_has_mips64r6) in show_cpuinfo()