Home
last modified time | relevance | path

Searched refs:cpu_has_smartmips (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/arch/mips/include/asm/mach-tx49xx/
Dcpu-feature-overrides.h11 #define cpu_has_smartmips 0 macro
/linux-3.4.99/arch/mips/include/asm/mach-ath79/
Dcpu-feature-overrides.h38 #define cpu_has_smartmips 0 macro
/linux-3.4.99/arch/mips/include/asm/mach-rc32434/
Dcpu-feature-overrides.h53 #define cpu_has_smartmips 0 macro
/linux-3.4.99/arch/mips/include/asm/mach-cobalt/
Dcpu-feature-overrides.h43 #define cpu_has_smartmips 0 macro
/linux-3.4.99/arch/mips/include/asm/mach-powertv/
Dcpu-feature-overrides.h39 #define cpu_has_smartmips 0 macro
/linux-3.4.99/arch/mips/include/asm/mach-jz4740/
Dcpu-feature-overrides.h30 #define cpu_has_smartmips 0 macro
/linux-3.4.99/arch/mips/include/asm/mach-loongson/
Dcpu-feature-overrides.h50 #define cpu_has_smartmips 0 macro
/linux-3.4.99/arch/mips/include/asm/
Dcpu-features.h95 #ifndef cpu_has_smartmips
96 #define cpu_has_smartmips (cpu_data[0].ases & MIPS_ASE_SMARTMIPS) macro
/linux-3.4.99/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h30 #define cpu_has_smartmips 0 macro
/linux-3.4.99/arch/mips/include/asm/mach-bcm63xx/
Dcpu-feature-overrides.h24 #define cpu_has_smartmips 0 macro
/linux-3.4.99/arch/mips/kernel/
Dproc.c71 cpu_has_smartmips ? " smartmips" : "", in show_cpuinfo()