Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/include/asm/
Dcpufeature.h34 #define ARM64_NCAPS 8 macro
96 extern DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);
105 if (num >= ARM64_NCAPS) in cpus_have_cap()
112 if (num >= ARM64_NCAPS) in cpus_set_cap()
114 num, ARM64_NCAPS); in cpus_set_cap()
/linux-4.4.14/arch/arm64/kernel/
Dcpufeature.c45 DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);