Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dcpufeature.h338 extern DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);
339 extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS];
352 if (num >= ARM64_NCAPS) in __cpus_have_const_cap()
359 if (num >= ARM64_NCAPS) in cpus_have_cap()
374 if (num >= ARM64_NCAPS) { in cpus_set_cap()
376 num, ARM64_NCAPS); in cpus_set_cap()
Dcpucaps.h49 #define ARM64_NCAPS 28 macro
Dalternative.h8 #define ARM64_CB_PATCH ARM64_NCAPS
/arch/arm64/kernel/
Dcpufeature.c50 DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);
56 pr_emerg("0x%*pb\n", ARM64_NCAPS, &cpu_hwcaps); in dump_cpu_hwcaps()
72 DEFINE_STATIC_KEY_ARRAY_FALSE(cpu_hwcap_keys, ARM64_NCAPS);