Searched refs:cpu_has_neon (Results 1 – 9 of 9) sorted by relevance
15 #define cpu_has_neon() (1) macro61 return cpu_has_neon(); in raid6_have_neon()
14 #define cpu_has_neon() (1) macro19 return cpu_has_neon(); in raid6_has_neon()
94 if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && cpu_has_neon()) { in sha256_mod_init()109 if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && cpu_has_neon()) in sha256_mod_fini()
91 if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && cpu_has_neon()) { in sha512_arm_mod_init()110 if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && cpu_has_neon()) in sha512_arm_mod_fini()
88 if (!cpu_has_neon()) in sha1_neon_mod_init()
14 #define cpu_has_neon() system_supports_fpsimd() macro
72 if (cpu_has_neon()) { \
10 #define cpu_has_neon() (!!(elf_hwcap & HWCAP_NEON)) macro
222 do { if (cpu_has_neon()) xor_speed(&xor_block_neon); } while (0)