Searched refs:cpu_has_mips64r6 (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
H A Dcpu-features.h211 #ifndef cpu_has_mips64r6
212 # define cpu_has_mips64r6 (cpu_data[0].isa_level & MIPS_CPU_ISA_M64R6) macro
234 #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)
/linux-4.1.27/arch/mips/kernel/
H A Dproc.c106 if (cpu_has_mips64r6) show_cpuinfo()

Completed in 47 milliseconds