Home
last modified time | relevance | path

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

/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()