Searched refs:HWCAP_NEON (Results 1 – 8 of 8) sorted by relevance
83 (elf_hwcap & HWCAP_NEON)) { in mx51_neon_fixup()84 elf_hwcap &= ~HWCAP_NEON; in mx51_neon_fixup()
13 #define cpu_has_neon() (!!(elf_hwcap & HWCAP_NEON))
20 #define HWCAP_NEON (1 << 12) macro
111 if (!(elf_hwcap & HWCAP_NEON)) in chacha20_simd_mod_init()
269 if (!(elf_hwcap & HWCAP_NEON)) in speck_neon_module_init()
324 if (!(elf_hwcap & HWCAP_NEON)) in ghash_ce_mod_init()
404 if (!(elf_hwcap & HWCAP_NEON)) in aes_init()
765 elf_hwcap |= HWCAP_NEON; in vfp_init()