Searched refs:cpu_has_mdmx (Results 1 – 18 of 18) sorted by relevance
9 #define cpu_has_mdmx 0 macro
43 #define cpu_has_mdmx 0 macro
36 #define cpu_has_mdmx 0 macro
35 #define cpu_has_mdmx 0 macro
40 #define cpu_has_mdmx 0 macro
51 #define cpu_has_mdmx 0 macro
22 #define cpu_has_mdmx 0 macro
28 #define cpu_has_mdmx 0 macro
41 #define cpu_has_mdmx 0 macro
34 #define cpu_has_mdmx 0 macro
23 #define cpu_has_mdmx 0 macro
27 #define cpu_has_mdmx 0 macro
117 #ifndef cpu_has_mdmx118 #define cpu_has_mdmx (cpu_data[0].ases & MIPS_ASE_MDMX) macro
112 if (cpu_has_mdmx) seq_printf(m, "%s", " mdmx"); in show_cpuinfo()