Searched refs:cpu_has_vz (Results 1 – 4 of 4) sorted by relevance
62 #define cpu_has_vz 0 macro
80 #define cpu_has_vz 0 macro
393 #ifndef cpu_has_vz394 #define cpu_has_vz (cpu_data[0].ases & MIPS_ASE_VZ) macro
119 if (cpu_has_vz) seq_printf(m, "%s", " vz"); in show_cpuinfo()