Lines Matching refs:scope
72 is_affected_midr_range(const struct arm64_cpu_capabilities *entry, int scope) in is_affected_midr_range() argument
77 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_affected_midr_range()
92 int scope) in is_affected_midr_range_list() argument
94 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_affected_midr_range_list()
99 is_kryo_midr(const struct arm64_cpu_capabilities *entry, int scope) in is_kryo_midr() argument
103 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_kryo_midr()
114 int scope) in has_mismatched_cache_type() argument
120 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_mismatched_cache_type()
166 int scope) in has_cortex_a76_erratum_1463225() argument
168 return is_affected_midr_range_list(entry, scope) && is_kernel_in_hyp_mode(); in has_cortex_a76_erratum_1463225()
223 int scope) in needs_tx2_tvm_workaround() argument
227 if (!is_affected_midr_range_list(entry, scope) || in needs_tx2_tvm_workaround()
241 int scope) in has_neoverse_n1_erratum_1542419() argument
246 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_neoverse_n1_erratum_1542419()
266 static bool has_impdef_pmuv3(const struct arm64_cpu_capabilities *entry, int scope) in has_impdef_pmuv3() argument