Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/kernel/
Dcpuinfo.c149 static const char *const compat_hwcap2_str[] = { variable
203 for (j = 0; j < ARRAY_SIZE(compat_hwcap2_str); j++) in c_show()
205 seq_printf(m, " %s", compat_hwcap2_str[j]); in c_show()