Home
last modified time | relevance | path

Searched refs:cpus_have_cap (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/arm64/kvm/
H A Dva_layout.c172 if (cpus_have_cap(ARM64_HAS_VIRT_HOST_EXTN) || (!tag_val && i > 0)) { in kvm_update_va_mask()
196 if (!cpus_have_cap(ARM64_SPECTRE_V3A) || in kvm_patch_vector_branch()
197 WARN_ON_ONCE(cpus_have_cap(ARM64_HAS_VIRT_HOST_EXTN))) in kvm_patch_vector_branch()
/openbmc/linux/arch/arm64/kernel/
H A Dmte.c120 if (cpus_have_cap(ARM64_MTE_ASYMM)) { in mte_enable_kernel_asymm()
352 if (cpus_have_cap(ARM64_MTE_ASYMM) && in set_mte_ctrl()
549 else if (cpus_have_cap(ARM64_MTE_ASYMM) && sysfs_streq(buf, "asymm")) in mte_tcf_preferred_store()
H A Dalternative.c157 if (!cpus_have_cap(cap)) in __apply_alternatives()
H A Dcpufeature.c2123 if (!cpus_have_cap(ARM64_HAS_GIC_CPUIF_SYSREGS)) in can_use_gic_priorities()
2142 if (!cpus_have_cap(ARM64_HAS_GIC_PRIO_MASKING)) in has_gic_prio_relaxed_sync()
2195 if (cpus_have_cap(ARM64_WORKAROUND_SPECULATIVE_SSBS)) { in user_feature_fixup()
2991 cpus_have_cap(caps->capability) || in update_cpu_capabilities()
3049 if (!cpus_have_cap(num)) in enable_cpu_capabilities()
3095 system_has_cap = cpus_have_cap(caps->capability); in verify_local_cpu_caps()
H A Dproton-pack.c589 if (cpus_have_cap(ARM64_SSBS)) in spectre_v4_patch_fw_mitigation_enable()
/openbmc/linux/arch/arm64/include/asm/
H A Darch_gicv3.h195 return cpus_have_cap(ARM64_HAS_GIC_PRIO_RELAXED_SYNC); in gic_has_relaxed_pmr_sync()
H A Dcpufeature.h451 static __always_inline bool cpus_have_cap(unsigned int num) in cpus_have_cap() function
507 return cpus_have_cap(num); in cpus_have_const_cap()
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1353 if (cpus_have_cap(ARM64_HAS_LSE_ATOMICS)) in build_insn()
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3526 if (cpus_have_cap(ARM64_HAS_VIRT_HOST_EXTN)) in arm_smmu_device_hw_probe()