Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/kernel/
A Dprocessor.c110 static const char *hwcap_str[] = { in show_cpu_summary() local
137 BUILD_BUG_ON(ARRAY_SIZE(hwcap_str) != HWCAP_NR_MAX); in show_cpu_summary()
145 for (i = 0; i < ARRAY_SIZE(hwcap_str); i++) in show_cpu_summary()
146 if (hwcap_str[i] && (elf_hwcap & (1UL << i))) in show_cpu_summary()
147 seq_printf(m, "%s ", hwcap_str[i]); in show_cpu_summary()
/linux-6.3-rc2/arch/arm64/kernel/
A Dcpuinfo.c52 static const char *const hwcap_str[] = { variable
225 for (j = 0; j < ARRAY_SIZE(hwcap_str); j++) in c_show()
227 seq_printf(m, " %s", hwcap_str[j]); in c_show()
/linux-6.3-rc2/arch/arm/kernel/
A Dsetup.c1243 static const char *hwcap_str[] = { variable
1314 for (j = 0; hwcap_str[j]; j++) in c_show()
1316 seq_printf(m, "%s ", hwcap_str[j]); in c_show()

Completed in 7 milliseconds