Searched refs:cpu_has_neon (Results 1 – 8 of 8) sorted by relevance
18 #define cpu_has_neon() (1) macro64 return cpu_has_neon(); in raid6_have_neon()
18 #define cpu_has_neon() (1) macro23 return cpu_has_neon(); in raid6_has_neon()
100 if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && cpu_has_neon()) { in sha256_mod_init()115 if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && cpu_has_neon()) in sha256_mod_fini()
94 if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && cpu_has_neon()) { in sha512_arm_mod_init()113 if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && cpu_has_neon()) in sha512_arm_mod_fini()
93 if (!cpu_has_neon()) in sha1_neon_mod_init()
17 #define cpu_has_neon() system_supports_fpsimd() macro
13 #define cpu_has_neon() (!!(elf_hwcap & HWCAP_NEON)) macro
211 do { if (cpu_has_neon()) xor_speed(&xor_block_neon); } while (0)