Lines Matching refs:scope
27 is_affected_midr_range(const struct arm64_cpu_capabilities *entry, int scope) in is_affected_midr_range() argument
32 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_affected_midr_range()
47 int scope) in is_affected_midr_range_list() argument
49 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_affected_midr_range_list()
54 is_kryo_midr(const struct arm64_cpu_capabilities *entry, int scope) in is_kryo_midr() argument
58 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_kryo_midr()
69 int scope) in has_mismatched_cache_type() argument
77 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_mismatched_cache_type()
331 int scope) in has_ssbd_mitigation() argument
337 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_ssbd_mitigation()
457 multi_entry_cap_matches(const struct arm64_cpu_capabilities *entry, int scope) in multi_entry_cap_matches() argument
462 if (caps->matches(caps, scope)) in multi_entry_cap_matches()