Home
last modified time | relevance | path

Searched refs:this_cpu_has_cap (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dtraps.h68 if (this_cpu_has_cap(ARM64_HAS_RAS_EXTN)) in arm64_is_ras_serror()
H A Darchrandom.h65 return this_cpu_has_cap(ARM64_HAS_RNG); in __cpu_has_rng()
H A Dcpufeature.h432 bool this_cpu_has_cap(unsigned int cap);
/openbmc/linux/arch/arm64/kernel/
H A Dproton-pack.c341 if (this_cpu_has_cap(ARM64_SPECTRE_V3A)) in spectre_v3a_enable_mitigation()
482 if (this_cpu_has_cap(ARM64_SSBS)) in spectre_v4_get_cpu_hw_mitigation_state()
550 if (state != SPECTRE_MITIGATED || !this_cpu_has_cap(ARM64_SSBS)) in spectre_v4_enable_hw_mitigation()
H A Dtopology.c276 *(u64 *)val = this_cpu_has_cap(ARM64_WORKAROUND_2457168) ? in cpu_read_constcnt()
H A Dprocess.c485 !this_cpu_has_cap(ARM64_WORKAROUND_1418040)) in erratum_1418040_thread_switch()
H A Dcpufeature.c1716 if (this_cpu_has_cap(ARM64_WORKAROUND_CAVIUM_27456)) { in unmap_kernel_at_el0()
1952 if (!this_cpu_has_cap(ARM64_WORKAROUND_2457168)) in cpu_amu_enable()
2101 if (this_cpu_has_cap(ARM64_HAS_E0PD)) in cpu_enable_e0pd()
3286 bool this_cpu_has_cap(unsigned int n) in this_cpu_has_cap() function
3297 EXPORT_SYMBOL_GPL(this_cpu_has_cap);
H A Dentry-common.c318 if (!unlikely(this_cpu_has_cap(ARM64_WORKAROUND_1463225))) in cortex_a76_erratum_1463225_svc_handler()
/openbmc/linux/arch/arm64/kvm/
H A Dhandle_exit.c369 if (this_cpu_has_cap(ARM64_HAS_RAS_EXTN)) { in handle_exit_early()
H A Darm.c1787 if (this_cpu_has_cap(ARM64_SSBS) && in cpu_init_hyp_mode()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c156 if (this_cpu_has_cap(cap)) in trbe_check_errata()
/openbmc/linux/drivers/clocksource/
H A Darm_arch_timer.c536 return this_cpu_has_cap((uintptr_t)wa->id); in arch_timer_check_local_cap_erratum()
/openbmc/linux/drivers/irqchip/
H A Dirq-gic.c57 WARN_TAINT_ONCE(this_cpu_has_cap(ARM64_HAS_GIC_CPUIF_SYSREGS), in gic_check_cpu_features()