Searched refs:int_hwcap_str (Results 1 – 1 of 1) sorted by relevance
122 static const char * const int_hwcap_str[] = { in show_cpu_summary() local137 for (i = 0; i < ARRAY_SIZE(int_hwcap_str); i++) in show_cpu_summary()138 if (int_hwcap_str[i] && (int_hwcap & (1UL << i))) in show_cpu_summary()139 seq_printf(m, "%s ", int_hwcap_str[i]); in show_cpu_summary()