Searched refs:ARM64_NCAPS (Results 1 – 6 of 6) sorted by relevance
/linux/arch/arm64/include/asm/ |
A D | cpufeature.h | 420 extern DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS); 421 extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS]; 425 #define ARM64_NPATCHABLE (ARM64_NCAPS + 1) 429 for_each_set_bit(cap, cpu_hwcaps, ARM64_NCAPS) 452 if (num >= ARM64_NCAPS) in cpus_have_cap() 467 if (num >= ARM64_NCAPS) in __cpus_have_const_cap() 511 if (num >= ARM64_NCAPS) { in cpus_set_cap() 513 num, ARM64_NCAPS); in cpus_set_cap()
|
A D | lse.h | 19 extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS];
|
A D | alternative-macros.h | 8 #define ARM64_CB_PATCH ARM64_NCAPS
|
/linux/arch/arm64/kernel/ |
A D | alternative.c | 27 static DECLARE_BITMAP(applied_alternatives, ARM64_NCAPS); 36 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()
|
A D | cpufeature.c | 103 DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS); 105 static struct arm64_cpu_capabilities const __ro_after_init *cpu_hwcaps_ptrs[ARM64_NCAPS]; 150 pr_emerg("0x%*pb\n", ARM64_NCAPS, &cpu_hwcaps); in dump_cpu_features() 153 DEFINE_STATIC_KEY_ARRAY_FALSE(cpu_hwcap_keys, ARM64_NCAPS); 880 if (WARN(caps->capability >= ARM64_NCAPS, in init_cpu_hwcaps_indirect_list_from_array() 2580 for (i = 0; i < ARM64_NCAPS; i++) { in update_cpu_capabilities() 2633 for (i = 0; i < ARM64_NCAPS; i++) { in enable_cpu_capabilities() 2683 for (i = 0; i < ARM64_NCAPS; i++) { in verify_local_cpu_caps() 2716 if (i < ARM64_NCAPS) { in verify_local_cpu_caps() 2862 if (!WARN_ON(preemptible()) && n < ARM64_NCAPS) { in this_cpu_has_cap() [all …]
|
/linux/arch/arm64/include/generated/asm/ |
A D | cpucaps.h | 72 #define ARM64_NCAPS 66 macro
|
Completed in 12 milliseconds