Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/s390x/
H A Dtarget_proc.h52 const char *hwcap_str; in show_cpu_summary() local
65 hwcap_str = elf_hwcap_str(i); in show_cpu_summary()
66 if (hwcap_str) { in show_cpu_summary()
67 dprintf(fd, "%s ", hwcap_str); in show_cpu_summary()
/openbmc/linux/arch/s390/kernel/
H 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()
/openbmc/linux/arch/arm64/kernel/
H A Dcpuinfo.c52 static const char *const hwcap_str[] = { variable
227 for (j = 0; j < ARRAY_SIZE(hwcap_str); j++) in c_show()
229 seq_printf(m, " %s", hwcap_str[j]); in c_show()
/openbmc/qemu/linux-user/
H A Delfload.c579 static const char *hwcap_str[] = { in elf_hwcap_str() local
610 return bit < ARRAY_SIZE(hwcap_str) ? hwcap_str[bit] : NULL; in elf_hwcap_str()
615 static const char *hwcap_str[] = { in elf_hwcap2_str() local
625 return bit < ARRAY_SIZE(hwcap_str) ? hwcap_str[bit] : NULL; in elf_hwcap2_str()
885 static const char *hwcap_str[] = { in elf_hwcap_str() local
920 return bit < ARRAY_SIZE(hwcap_str) ? hwcap_str[bit] : NULL; in elf_hwcap_str()
925 static const char *hwcap_str[] = { in elf_hwcap2_str() local
973 return bit < ARRAY_SIZE(hwcap_str) ? hwcap_str[bit] : NULL; in elf_hwcap2_str()
1771 static const char *hwcap_str[] = { in elf_hwcap_str() local
1796 return bit < ARRAY_SIZE(hwcap_str) ? hwcap_str[bit] : NULL; in elf_hwcap_str()
/openbmc/linux/arch/arm/kernel/
H A Dsetup.c1232 static const char *hwcap_str[] = { variable
1303 for (j = 0; hwcap_str[j]; j++) in c_show()
1305 seq_printf(m, "%s ", hwcap_str[j]); in c_show()