Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dcpufeature.h356 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()
Dcpucaps.h55 #define ARM64_NCAPS 33 macro
Dalternative.h8 #define ARM64_CB_PATCH ARM64_NCAPS
/Linux-v4.19/arch/arm64/kernel/
Dcpufeature.c52 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);