Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Dmte.c154 if (cpus_have_cap(ARM64_MTE_ASYMM)) { in mte_enable_kernel_asymm()
377 if (cpus_have_cap(ARM64_MTE_ASYMM) && in set_mte_ctrl()
573 else if (cpus_have_cap(ARM64_MTE_ASYMM) && sysfs_streq(buf, "asymm")) in mte_tcf_preferred_store()
Dalternative.c151 !cpus_have_cap(alt->cpufeature)) in __apply_alternatives()
Dcpufeature.c2554 cpus_have_cap(caps->capability) || in update_cpu_capabilities()
2611 if (!cpus_have_cap(num)) in enable_cpu_capabilities()
2660 system_has_cap = cpus_have_cap(caps->capability); in verify_local_cpu_caps()
/arch/arm64/include/asm/
Dcpufeature.h450 static inline bool cpus_have_cap(unsigned int num) in cpus_have_cap() function
506 return cpus_have_cap(num); in cpus_have_const_cap()
/arch/arm64/net/
Dbpf_jit_comp.c907 if (cpus_have_cap(ARM64_HAS_LSE_ATOMICS)) { in build_insn()