Home
last modified time | relevance | path

Searched refs:cpu_has_neon (Results 1 – 7 of 7) sorted by relevance

/linux/lib/raid6/
H A Dneon.c
H A Drecov_neon.c
/linux/arch/arm/include/asm/
H A Dneon.h10 #define cpu_has_neon() (!!(elf_hwcap & HWCAP_NEON)) macro
/linux/arch/arm64/include/asm/
H A Dneon.h14 #define cpu_has_neon() system_supports_fpsimd() macro
H A Dfpu.h12 #define kernel_fpu_available() cpu_has_neon()
/linux/lib/crypto/arm/
H A Dsha512.h33 if (cpu_has_neon()) in sha512_mod_init_arch()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwc.c268 if (cpu_has_neon()) { in mlx5_iowrite64_copy()