Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dprocessor.c130 static const char *hwcap_str[] = { in show_cpu_summary() local
157 BUILD_BUG_ON(ARRAY_SIZE(hwcap_str) != HWCAP_NR_MAX); in show_cpu_summary()
165 for (i = 0; i < ARRAY_SIZE(hwcap_str); i++) in show_cpu_summary()
166 if (hwcap_str[i] && (elf_hwcap & (1UL << i))) in show_cpu_summary()
167 seq_printf(m, "%s ", hwcap_str[i]); in show_cpu_summary()
/linux-6.15/arch/arm64/kernel/
H A Dcpuinfo.c50 static const char *const hwcap_str[] = { variable
260 for (j = 0; j < ARRAY_SIZE(hwcap_str); j++) in c_show()
262 seq_printf(m, " %s", hwcap_str[j]); in c_show()
/linux-6.15/arch/arm/kernel/
H A Dsetup.c1216 static const char *hwcap_str[] = { variable
1287 for (j = 0; hwcap_str[j]; j++) in c_show()
1289 seq_printf(m, "%s ", hwcap_str[j]); in c_show()