Home
last modified time | relevance | path

Searched refs:HWCAP_NEON (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-imx/
H A Dcpu-imx5.c77 (elf_hwcap & HWCAP_NEON)) { in mx51_neon_fixup()
78 elf_hwcap &= ~HWCAP_NEON; in mx51_neon_fixup()
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dcurve25519-glue.c117 if (elf_hwcap & HWCAP_NEON) { in mod_init()
127 if (IS_REACHABLE(CONFIG_CRYPTO_KPP) && elf_hwcap & HWCAP_NEON) in mod_exit()
H A Dnhpoly1305-neon-glue.c60 if (!(elf_hwcap & HWCAP_NEON)) in nhpoly1305_mod_init()
H A Dblake2b-neon-glue.c79 if (!(elf_hwcap & HWCAP_NEON)) in blake2b_neon_mod_init()
H A Dchacha-glue.c305 if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && (elf_hwcap & HWCAP_NEON)) { in chacha_simd_mod_init()
336 if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && (elf_hwcap & HWCAP_NEON)) in chacha_simd_mod_fini()
H A Dpoly1305-glue.c244 (elf_hwcap & HWCAP_NEON)) in arm_poly1305_mod_init()
H A Dghash-ce-glue.c351 if (!(elf_hwcap & HWCAP_NEON)) in ghash_ce_mod_init()
H A Daes-neonbs-glue.c535 if (!(elf_hwcap & HWCAP_NEON)) in aes_init()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dneon.h10 #define cpu_has_neon() (!!(elf_hwcap & HWCAP_NEON))
/OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/
H A Dhwcap.h20 #define HWCAP_NEON (1 << 12) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dhwcap.h20 #define HWCAP_NEON (1 << 12) macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/pixman/
H A D0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch70 - * versions of the hwcap header, e.g. HWCAP_NEON
129 + * versions of the hwcap header, e.g. HWCAP_NEON
/OK3568_Linux_fs/kernel/arch/arm/vfp/
H A Dvfpmodule.c813 elf_hwcap |= HWCAP_NEON; in vfp_init()