Searched refs:ARM64_NCAPS (Results 1 – 4 of 4) sorted by relevance
356 extern DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);357 extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS];370 if (num >= ARM64_NCAPS) in __cpus_have_const_cap()377 if (num >= ARM64_NCAPS) in cpus_have_cap()392 if (num >= ARM64_NCAPS) { in cpus_set_cap()394 num, ARM64_NCAPS); in cpus_set_cap()
55 #define ARM64_NCAPS 33 macro
8 #define ARM64_CB_PATCH ARM64_NCAPS
52 DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);73 pr_emerg("0x%*pb\n", ARM64_NCAPS, &cpu_hwcaps); in dump_cpu_hwcaps()89 DEFINE_STATIC_KEY_ARRAY_FALSE(cpu_hwcap_keys, ARM64_NCAPS);