Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/kvm/
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()
/linux-6.1.9/arch/arm64/kernel/
Dmte.c147 if (cpus_have_cap(ARM64_MTE_ASYMM)) { in mte_enable_kernel_asymm()
379 if (cpus_have_cap(ARM64_MTE_ASYMM) && in set_mte_ctrl()
575 else if (cpus_have_cap(ARM64_MTE_ASYMM) && sysfs_streq(buf, "asymm")) in mte_tcf_preferred_store()
Dalternative.c157 if (!cpus_have_cap(cap)) in __apply_alternatives()
Dproton-pack.c589 if (cpus_have_cap(ARM64_SSBS)) in spectre_v4_patch_fw_mitigation_enable()
Dcpufeature.c2917 cpus_have_cap(caps->capability) || in update_cpu_capabilities()
2974 if (!cpus_have_cap(num)) in enable_cpu_capabilities()
3020 system_has_cap = cpus_have_cap(caps->capability); in verify_local_cpu_caps()
/linux-6.1.9/arch/arm64/include/asm/
Dcpufeature.h448 static __always_inline bool cpus_have_cap(unsigned int num) in cpus_have_cap() function
504 return cpus_have_cap(num); in cpus_have_const_cap()
/linux-6.1.9/arch/arm64/net/
Dbpf_jit_comp.c1288 if (cpus_have_cap(ARM64_HAS_LSE_ATOMICS)) in build_insn()
/linux-6.1.9/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c3469 if (cpus_have_cap(ARM64_HAS_VIRT_HOST_EXTN)) in arm_smmu_device_hw_probe()