Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/include/asm/
Dcpufeature.h28 #define ARM64_NCAPS 3 macro
44 extern DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);
53 if (num >= ARM64_NCAPS) in cpus_have_cap()
60 if (num >= ARM64_NCAPS) in cpus_set_cap()
62 num, ARM64_NCAPS); in cpus_set_cap()
/linux-4.1.27/arch/arm64/kernel/
Dsetup.c83 DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);