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

/linux-master/arch/arm64/include/asm/
H A Darchrandom.h65 return this_cpu_has_cap(ARM64_HAS_RNG);
H A Dtraps.h67 if (this_cpu_has_cap(ARM64_HAS_RAS_EXTN))
H A Dcpufeature.h436 bool this_cpu_has_cap(unsigned int cap);
/linux-master/arch/arm64/kernel/
H A Dproton-pack.c341 if (this_cpu_has_cap(ARM64_SPECTRE_V3A))
482 if (this_cpu_has_cap(ARM64_SSBS))
550 if (state != SPECTRE_MITIGATED || !this_cpu_has_cap(ARM64_SSBS))
H A Dtopology.c276 *(u64 *)val = this_cpu_has_cap(ARM64_WORKAROUND_2457168) ?
H A Dprocess.c482 !this_cpu_has_cap(ARM64_WORKAROUND_1418040))
H A Dentry-common.c352 if (!unlikely(this_cpu_has_cap(ARM64_WORKAROUND_1463225)))
H A Dcpufeature.c1776 * safe to rely on this_cpu_has_cap() here.
1778 if (this_cpu_has_cap(ARM64_WORKAROUND_CAVIUM_27456)) {
2075 if (!this_cpu_has_cap(ARM64_WORKAROUND_2457168))
2217 if (this_cpu_has_cap(ARM64_HAS_E0PD))
3415 bool this_cpu_has_cap(unsigned int n) function
3426 EXPORT_SYMBOL_GPL(this_cpu_has_cap); variable
/linux-master/arch/arm64/kvm/
H A Dhandle_exit.c369 if (this_cpu_has_cap(ARM64_HAS_RAS_EXTN)) {
H A Darm.c1929 if (this_cpu_has_cap(ARM64_SSBS) &&
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c81 * errata and not issue costly this_cpu_has_cap() everytime.
156 if (this_cpu_has_cap(cap))
/linux-master/drivers/irqchip/
H A Dirq-gic.c57 WARN_TAINT_ONCE(this_cpu_has_cap(ARM64_HAS_GIC_CPUIF_SYSREGS),
/linux-master/drivers/clocksource/
H A Darm_arch_timer.c536 return this_cpu_has_cap((uintptr_t)wa->id);

Completed in 216 milliseconds