Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/kernel/
Dcpuinfo.c68 static const char *const compat_hwcap_str[] = { variable
136 for (j = 0; compat_hwcap_str[j]; j++) in c_show()
138 seq_printf(m, " %s", compat_hwcap_str[j]); in c_show()