Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-imx/
H A Dcpu-imx5.c78 (elf_hwcap & HWCAP_NEON)) { in mx51_neon_fixup()
79 elf_hwcap &= ~HWCAP_NEON; in mx51_neon_fixup()
/openbmc/linux/arch/arm/crypto/
H A 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()
H A Dnhpoly1305-neon-glue.c53 if (!(elf_hwcap & HWCAP_NEON)) in nhpoly1305_mod_init()
H A Dblake2b-neon-glue.c79 if (!(elf_hwcap & HWCAP_NEON)) in blake2b_neon_mod_init()
H A 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()
H A Dpoly1305-glue.c244 (elf_hwcap & HWCAP_NEON)) in arm_poly1305_mod_init()
H A Daes-neonbs-glue.c528 if (!(elf_hwcap & HWCAP_NEON)) in aes_init()
H A Dghash-ce-glue.c755 if (!(elf_hwcap & HWCAP_NEON)) in ghash_ce_mod_init()
/openbmc/linux/arch/arm/include/asm/
H A Dneon.h10 #define cpu_has_neon() (!!(elf_hwcap & HWCAP_NEON))
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dhwcap.h20 #define HWCAP_NEON (1 << 12) macro
/openbmc/linux/arch/arm/vfp/
H A Dvfpmodule.c917 elf_hwcap |= HWCAP_NEON; in vfp_init()