Home
last modified time | relevance | path

Searched refs:int_hwcap_str (Results 1 – 1 of 1) sorted by relevance

/arch/s390/kernel/
Dprocessor.c122 static const char * const int_hwcap_str[] = { in show_cpu_summary() local
137 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()