Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dcpufeature.h397 extern DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);
398 extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS];
402 #define ARM64_NPATCHABLE (ARM64_NCAPS + 1)
406 for_each_set_bit(cap, cpu_hwcaps, ARM64_NCAPS)
429 if (num >= ARM64_NCAPS) in cpus_have_cap()
444 if (num >= ARM64_NCAPS) in __cpus_have_const_cap()
488 if (num >= ARM64_NCAPS) { in cpus_set_cap()
490 num, ARM64_NCAPS); in cpus_set_cap()
Dlse.h19 extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS];
Dcpucaps.h71 #define ARM64_NCAPS 60 macro
Dalternative-macros.h7 #define ARM64_CB_PATCH ARM64_NCAPS
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dalternative.c26 static DECLARE_BITMAP(applied_alternatives, ARM64_NCAPS);
35 if (WARN_ON(cpufeature >= ARM64_NCAPS)) in alternative_is_applied()
189 feature_mask, ARM64_NCAPS); in __apply_alternatives()
191 cpu_hwcaps, ARM64_NCAPS); in __apply_alternatives()
Dcpufeature.c100 DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);
102 static struct arm64_cpu_capabilities const __ro_after_init *cpu_hwcaps_ptrs[ARM64_NCAPS];
131 pr_emerg("0x%*pb\n", ARM64_NCAPS, &cpu_hwcaps); in dump_cpu_features()
134 DEFINE_STATIC_KEY_ARRAY_FALSE(cpu_hwcap_keys, ARM64_NCAPS);
813 if (WARN(caps->capability >= ARM64_NCAPS, in init_cpu_hwcaps_indirect_list_from_array()
2377 for (i = 0; i < ARM64_NCAPS; i++) { in update_cpu_capabilities()
2430 for (i = 0; i < ARM64_NCAPS; i++) { in enable_cpu_capabilities()
2480 for (i = 0; i < ARM64_NCAPS; i++) { in verify_local_cpu_caps()
2513 if (i < ARM64_NCAPS) { in verify_local_cpu_caps()
2655 if (!WARN_ON(preemptible()) && n < ARM64_NCAPS) { in this_cpu_has_cap()
[all …]
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0001_linux_arch.patch13749 -#define ARM64_NCAPS 60
13750 +#define ARM64_NCAPS 59