Home
last modified time | relevance | path

Searched refs:HWCAP_NEON (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/arch/arm/mach-imx/
Dcpu-imx5.c78 (elf_hwcap & HWCAP_NEON)) { in mx51_neon_fixup()
79 elf_hwcap &= ~HWCAP_NEON; in mx51_neon_fixup()
/linux-6.1.9/arch/arm/crypto/
Dcurve25519-glue.c117 if (elf_hwcap & HWCAP_NEON) { in arm_curve25519_init()
127 if (IS_REACHABLE(CONFIG_CRYPTO_KPP) && elf_hwcap & HWCAP_NEON) in arm_curve25519_exit()
Dnhpoly1305-neon-glue.c60 if (!(elf_hwcap & HWCAP_NEON)) in nhpoly1305_mod_init()
Dblake2b-neon-glue.c79 if (!(elf_hwcap & HWCAP_NEON)) in blake2b_neon_mod_init()
Dchacha-glue.c306 if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && (elf_hwcap & HWCAP_NEON)) { in chacha_simd_mod_init()
337 if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && (elf_hwcap & HWCAP_NEON)) in chacha_simd_mod_fini()
Dpoly1305-glue.c244 (elf_hwcap & HWCAP_NEON)) in arm_poly1305_mod_init()
Dghash-ce-glue.c351 if (!(elf_hwcap & HWCAP_NEON)) in ghash_ce_mod_init()
Daes-neonbs-glue.c528 if (!(elf_hwcap & HWCAP_NEON)) in aes_init()
/linux-6.1.9/arch/arm/include/asm/
Dneon.h10 #define cpu_has_neon() (!!(elf_hwcap & HWCAP_NEON))
/linux-6.1.9/arch/arm/include/uapi/asm/
Dhwcap.h20 #define HWCAP_NEON (1 << 12) macro
/linux-6.1.9/arch/arm/vfp/
Dvfpmodule.c813 elf_hwcap |= HWCAP_NEON; in vfp_init()