Home
last modified time | relevance | path

Searched refs:cpu_has_mips64r6 (Results 1 – 3 of 3) sorted by relevance

/arch/mips/include/asm/
Dcpu-features.h213 #ifndef cpu_has_mips64r6
214 # define cpu_has_mips64r6 (cpu_data[0].isa_level & MIPS_CPU_ISA_M64R6) macro
236 #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)
/arch/mips/include/asm/mach-ip27/
Dcpu-feature-overrides.h62 #define cpu_has_mips64r6 0 macro
/arch/mips/kernel/
Dproc.c106 if (cpu_has_mips64r6) in show_cpuinfo()