Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/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.c62 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.c300 if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && (elf_hwcap & HWCAP_NEON)) { in chacha_simd_mod_init()
331 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.c480 if (!(elf_hwcap & HWCAP_NEON)) in aes_init()
H A Dghash-ce-glue.c572 if (!(elf_hwcap & HWCAP_NEON)) in ghash_ce_mod_init()
/linux-6.15/arch/arm/include/asm/
H A Dneon.h10 #define cpu_has_neon() (!!(elf_hwcap & HWCAP_NEON))
/linux-6.15/arch/arm/include/uapi/asm/
H A Dhwcap.h20 #define HWCAP_NEON (1 << 12) macro
/linux-6.15/arch/arm/lib/
H A Dcrc-t10dif-glue.c56 if (elf_hwcap & HWCAP_NEON) { in crc_t10dif_arm_init()
/linux-6.15/arch/arm/vfp/
H A Dvfpmodule.c967 elf_hwcap |= HWCAP_NEON; in vfp_init()