Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:HWCAP_NEON
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-imx/
H
A
D
cpu-imx5.c
78
(elf_hwcap &
HWCAP_NEON
)) {
in mx51_neon_fixup()
79
elf_hwcap &= ~
HWCAP_NEON
;
in mx51_neon_fixup()
/kernel/linux/linux-6.6/arch/arm/mach-imx/
H
A
D
cpu-imx5.c
78
(elf_hwcap &
HWCAP_NEON
)) {
in mx51_neon_fixup()
79
elf_hwcap &= ~
HWCAP_NEON
;
in mx51_neon_fixup()
/kernel/linux/linux-5.10/arch/arm/crypto/
H
A
D
curve25519-glue.c
117
if (elf_hwcap &
HWCAP_NEON
) {
in mod_init()
127
if (IS_REACHABLE(CONFIG_CRYPTO_KPP) && elf_hwcap &
HWCAP_NEON
)
in mod_exit()
H
A
D
nhpoly1305-neon-glue.c
60
if (!(elf_hwcap &
HWCAP_NEON
))
in nhpoly1305_mod_init()
H
A
D
chacha-glue.c
305
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
D
poly1305-glue.c
244
(elf_hwcap &
HWCAP_NEON
))
in arm_poly1305_mod_init()
H
A
D
ghash-ce-glue.c
351
if (!(elf_hwcap &
HWCAP_NEON
))
in ghash_ce_mod_init()
H
A
D
aes-neonbs-glue.c
532
if (!(elf_hwcap &
HWCAP_NEON
))
in aes_init()
/kernel/linux/linux-6.6/arch/arm/crypto/
H
A
D
curve25519-glue.c
117
if (elf_hwcap &
HWCAP_NEON
) {
in arm_curve25519_init()
127
if (IS_REACHABLE(CONFIG_CRYPTO_KPP) && elf_hwcap &
HWCAP_NEON
)
in arm_curve25519_exit()
H
A
D
nhpoly1305-neon-glue.c
53
if (!(elf_hwcap &
HWCAP_NEON
))
in nhpoly1305_mod_init()
H
A
D
blake2b-neon-glue.c
79
if (!(elf_hwcap &
HWCAP_NEON
))
in blake2b_neon_mod_init()
H
A
D
chacha-glue.c
306
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && (elf_hwcap &
HWCAP_NEON
)) {
in chacha_simd_mod_init()
337
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) && (elf_hwcap &
HWCAP_NEON
))
in chacha_simd_mod_fini()
H
A
D
poly1305-glue.c
244
(elf_hwcap &
HWCAP_NEON
))
in arm_poly1305_mod_init()
H
A
D
aes-neonbs-glue.c
528
if (!(elf_hwcap &
HWCAP_NEON
))
in aes_init()
H
A
D
ghash-ce-glue.c
755
if (!(elf_hwcap &
HWCAP_NEON
))
in ghash_ce_mod_init()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
neon.h
10
#define cpu_has_neon() (!!(elf_hwcap &
HWCAP_NEON
))
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
neon.h
10
#define cpu_has_neon() (!!(elf_hwcap &
HWCAP_NEON
))
/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/
H
A
D
hwcap.h
20
#define
HWCAP_NEON
(1 << 12)
macro
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/
H
A
D
hwcap.h
20
#define
HWCAP_NEON
(1 << 12)
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
H
A
D
hwcap.h
20
#define
HWCAP_NEON
(1 << 12)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
H
A
D
hwcap.h
33
#define
HWCAP_NEON
(1 << 12)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/
H
A
D
hwcap.h
33
#define
HWCAP_NEON
(1 << 12)
macro
/kernel/linux/linux-5.10/arch/arm/vfp/
H
A
D
vfpmodule.c
813
elf_hwcap |=
HWCAP_NEON
;
in vfp_init()
/kernel/linux/linux-6.6/arch/arm/vfp/
H
A
D
vfpmodule.c
917
elf_hwcap |=
HWCAP_NEON
;
in vfp_init()
Completed in 11 milliseconds