Searched refs:this_cpu_has_cap (Results 1 – 7 of 7) sorted by relevance
87 if (this_cpu_has_cap(ARM64_HAS_RAS_EXTN)) in arm64_is_ras_serror()
360 bool this_cpu_has_cap(unsigned int cap);
435 if (this_cpu_has_cap(ARM64_HARDEN_EL2_VECTORS) && !has_vhe()) {
300 if (this_cpu_has_cap(ARM64_HAS_RAS_EXTN)) { in handle_exit_early()
429 return this_cpu_has_cap((uintptr_t)wa->id); in arch_timer_check_local_cap_erratum()
58 WARN_TAINT_ONCE(this_cpu_has_cap(ARM64_HAS_SYSREG_GIC_CPUIF), in gic_check_cpu_features()
1608 bool this_cpu_has_cap(unsigned int cap) in this_cpu_has_cap() function