Lines Matching refs:scope
18 is_affected_midr_range(const struct arm64_cpu_capabilities *entry, int scope) in is_affected_midr_range() argument
23 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_affected_midr_range()
38 int scope) in is_affected_midr_range_list() argument
40 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_affected_midr_range_list()
45 is_kryo_midr(const struct arm64_cpu_capabilities *entry, int scope) in is_kryo_midr() argument
49 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_kryo_midr()
60 int scope) in has_mismatched_cache_type() argument
66 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_mismatched_cache_type()
371 int scope) in has_ssbd_mitigation() argument
378 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_ssbd_mitigation()
501 int scope) in has_cortex_a76_erratum_1463225() argument
507 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_cortex_a76_erratum_1463225()
586 check_branch_predictor(const struct arm64_cpu_capabilities *entry, int scope) in check_branch_predictor() argument
590 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in check_branch_predictor()
637 int scope) in needs_tx2_tvm_workaround() argument
641 if (!is_affected_midr_range_list(entry, scope) || in needs_tx2_tvm_workaround()