Searched refs:hwcap_str (Results 1 – 5 of 5) sorted by relevance
52 const char *hwcap_str; in show_cpu_summary() local65 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()
110 static const char *hwcap_str[] = { in show_cpu_summary() local137 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()
52 static const char *const hwcap_str[] = { variable227 for (j = 0; j < ARRAY_SIZE(hwcap_str); j++) in c_show()229 seq_printf(m, " %s", hwcap_str[j]); in c_show()
579 static const char *hwcap_str[] = { in elf_hwcap_str() local610 return bit < ARRAY_SIZE(hwcap_str) ? hwcap_str[bit] : NULL; in elf_hwcap_str()615 static const char *hwcap_str[] = { in elf_hwcap2_str() local625 return bit < ARRAY_SIZE(hwcap_str) ? hwcap_str[bit] : NULL; in elf_hwcap2_str()885 static const char *hwcap_str[] = { in elf_hwcap_str() local920 return bit < ARRAY_SIZE(hwcap_str) ? hwcap_str[bit] : NULL; in elf_hwcap_str()925 static const char *hwcap_str[] = { in elf_hwcap2_str() local973 return bit < ARRAY_SIZE(hwcap_str) ? hwcap_str[bit] : NULL; in elf_hwcap2_str()1771 static const char *hwcap_str[] = { in elf_hwcap_str() local1796 return bit < ARRAY_SIZE(hwcap_str) ? hwcap_str[bit] : NULL; in elf_hwcap_str()
1232 static const char *hwcap_str[] = { variable1303 for (j = 0; hwcap_str[j]; j++) in c_show()1305 seq_printf(m, "%s ", hwcap_str[j]); in c_show()