Searched refs:SCOPE_LOCAL_CPU (Results 1 – 3 of 3) sorted by relevance
23 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()378 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_ssbd_mitigation()507 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_cortex_a76_erratum_1463225()590 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in check_branch_predictor()
874 WARN_ON(scope == SCOPE_LOCAL_CPU && preemptible()); in has_cpuid_feature()1111 return has_cpuid_feature(cap, SCOPE_LOCAL_CPU) && in cpu_can_use_dbm()1852 cpu_has_cap = caps->matches(caps, SCOPE_LOCAL_CPU); in verify_local_cpu_caps()1910 if (cpus_have_elf_hwcap(caps) && !caps->matches(caps, SCOPE_LOCAL_CPU)) { in verify_local_elf_hwcaps()1977 update_cpu_capabilities(SCOPE_LOCAL_CPU); in check_local_cpu_capabilities()1985 update_cpu_capabilities(SCOPE_BOOT_CPU | SCOPE_LOCAL_CPU); in setup_boot_cpu_capabilities()2004 return cap->matches(cap, SCOPE_LOCAL_CPU); in this_cpu_has_cap()
232 #define SCOPE_LOCAL_CPU ARM64_CPUCAP_SCOPE_LOCAL_CPU macro