Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kernel/
Dcpuinfo.c117 static const char *const compat_hwcap2_str[] = { variable
163 for (j = 0; compat_hwcap2_str[j]; j++) in c_show()
165 seq_printf(m, " %s", compat_hwcap2_str[j]); in c_show()