Searched refs:HWCAP_NEON (Results 1 – 8 of 8) sorted by relevance
77 (elf_hwcap & HWCAP_NEON)) { in mx51_neon_fixup()78 elf_hwcap &= ~HWCAP_NEON; in mx51_neon_fixup()
10 #define cpu_has_neon() (!!(elf_hwcap & HWCAP_NEON))
20 #define HWCAP_NEON (1 << 12) macro
60 if (!(elf_hwcap & HWCAP_NEON)) in nhpoly1305_mod_init()
180 if (!(elf_hwcap & HWCAP_NEON)) in chacha_simd_mod_init()
361 if (!(elf_hwcap & HWCAP_NEON)) in ghash_ce_mod_init()
519 if (!(elf_hwcap & HWCAP_NEON)) in aes_init()
753 elf_hwcap |= HWCAP_NEON; in vfp_init()