Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dcpufeature.h97 extern DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);
98 extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS];
109 if (num >= ARM64_NCAPS) in cpus_have_cap()
119 if (num >= ARM64_NCAPS) { in cpus_set_cap()
121 num, ARM64_NCAPS); in cpus_set_cap()
Dcpucaps.h41 #define ARM64_NCAPS 25 macro
/arch/arm64/kernel/
Dcpufeature.c50 DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);
53 DEFINE_STATIC_KEY_ARRAY_FALSE(cpu_hwcap_keys, ARM64_NCAPS);