Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-imx/
Dcpu-imx5.c77 (elf_hwcap & HWCAP_NEON)) { in mx51_neon_fixup()
78 elf_hwcap &= ~HWCAP_NEON; in mx51_neon_fixup()
/Linux-v5.4/arch/arm/include/asm/
Dneon.h10 #define cpu_has_neon() (!!(elf_hwcap & HWCAP_NEON))
/Linux-v5.4/arch/arm/include/uapi/asm/
Dhwcap.h20 #define HWCAP_NEON (1 << 12) macro
/Linux-v5.4/arch/arm/crypto/
Dnhpoly1305-neon-glue.c60 if (!(elf_hwcap & HWCAP_NEON)) in nhpoly1305_mod_init()
Dchacha-neon-glue.c180 if (!(elf_hwcap & HWCAP_NEON)) in chacha_simd_mod_init()
Dghash-ce-glue.c361 if (!(elf_hwcap & HWCAP_NEON)) in ghash_ce_mod_init()
Daes-neonbs-glue.c519 if (!(elf_hwcap & HWCAP_NEON)) in aes_init()
/Linux-v5.4/arch/arm/vfp/
Dvfpmodule.c753 elf_hwcap |= HWCAP_NEON; in vfp_init()