int_hwcap_str     122 arch/s390/kernel/processor.c 	static const char * const int_hwcap_str[] = {
int_hwcap_str     137 arch/s390/kernel/processor.c 	for (i = 0; i < ARRAY_SIZE(int_hwcap_str); i++)
int_hwcap_str     138 arch/s390/kernel/processor.c 		if (int_hwcap_str[i] && (int_hwcap & (1UL << i)))
int_hwcap_str     139 arch/s390/kernel/processor.c 			seq_printf(m, "%s ", int_hwcap_str[i]);