Searched refs:cpu_has_mips3d (Results 1 – 20 of 20) sorted by relevance
10 #define cpu_has_mips3d 0 macro
44 #define cpu_has_mips3d 0 macro
37 #define cpu_has_mips3d 0 macro
36 #define cpu_has_mips3d 0 macro
35 #define cpu_has_mips3d 0 macro
38 #define cpu_has_mips3d 0 macro
52 #define cpu_has_mips3d 0 macro
41 #define cpu_has_mips3d 0 macro
27 #define cpu_has_mips3d 0 macro
23 #define cpu_has_mips3d 0 macro
47 #define cpu_has_mips3d 0 macro
31 #define cpu_has_mips3d 0 macro
28 #define cpu_has_mips3d 0 macro
144 #ifndef cpu_has_mips3d145 #define cpu_has_mips3d (cpu_data[0].ases & MIPS_ASE_MIPS3D) macro
113 if (cpu_has_mips3d) seq_printf(m, "%s", " mips3d"); in show_cpuinfo()