Home
last modified time | relevance | path

Searched refs:SCOPE_LOCAL_CPU (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/kernel/
A Dcpu_errata.c23 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_affected_midr_range()
40 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_affected_midr_range_list()
49 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_kryo_midr()
66 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_mismatched_cache_type()
193 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_neoverse_n1_erratum_1542419()
A Dproton-pack.c164 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_spectre_v2()
290 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_spectre_v3a()
472 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_spectre_v4()
A Dcpufeature.c1309 WARN_ON(scope == SCOPE_LOCAL_CPU && preemptible()); in has_cpuid_feature()
1646 return has_cpuid_feature(cap, SCOPE_LOCAL_CPU) && in cpu_can_use_dbm()
1712 if (has_cpuid_feature(cap, SCOPE_LOCAL_CPU)) { in cpu_amu_enable()
2492 WARN_ON(scope == SCOPE_LOCAL_CPU && preemptible()); in compat_has_neon()
2688 cpu_has_cap = caps->matches(caps, SCOPE_LOCAL_CPU); in verify_local_cpu_caps()
2744 if (cpus_have_elf_hwcap(caps) && !caps->matches(caps, SCOPE_LOCAL_CPU)) { in __verify_local_elf_hwcaps()
2847 update_cpu_capabilities(SCOPE_LOCAL_CPU); in check_local_cpu_capabilities()
2855 update_cpu_capabilities(SCOPE_BOOT_CPU | SCOPE_LOCAL_CPU); in setup_boot_cpu_capabilities()
2866 return cap->matches(cap, SCOPE_LOCAL_CPU); in this_cpu_has_cap()
/linux/arch/arm64/include/asm/
A Dcpufeature.h259 #define SCOPE_LOCAL_CPU ARM64_CPUCAP_SCOPE_LOCAL_CPU macro

Completed in 13 milliseconds