Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kernel/
Dcpuinfo.c101 static const char *const compat_hwcap_str[] = { variable
168 for (j = 0; j < ARRAY_SIZE(compat_hwcap_str); j++) { in c_show()
174 if (WARN_ON_ONCE(!compat_hwcap_str[j])) in c_show()
177 seq_printf(m, " %s", compat_hwcap_str[j]); in c_show()