Searched refs:cpu_has_mips3d (Results 1 – 14 of 14) sorted by relevance
10 #define cpu_has_mips3d 0 macro
37 #define cpu_has_mips3d 0 macro
36 #define cpu_has_mips3d 0 macro
52 #define cpu_has_mips3d 0 macro
38 #define cpu_has_mips3d 0 macro
42 #define cpu_has_mips3d 0 macro
23 #define cpu_has_mips3d 0 macro
29 #define cpu_has_mips3d 0 macro
46 #define cpu_has_mips3d 0 macro
102 #ifndef cpu_has_mips3d103 #define cpu_has_mips3d (cpu_data[0].ases & MIPS_ASE_MIPS3D) macro
108 if (cpu_has_mips3d) seq_printf(m, "%s", " mips3d"); in show_cpuinfo()