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