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:cpu_has_neon
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/lib/raid6/
H
A
D
neon.c
15
#define
cpu_has_neon
() (1)
macro
61
return
cpu_has_neon
();
in raid6_have_neon()
H
A
D
recov_neon.c
14
#define
cpu_has_neon
() (1)
macro
19
return
cpu_has_neon
();
in raid6_has_neon()
/kernel/linux/linux-6.6/lib/raid6/
H
A
D
neon.c
15
#define
cpu_has_neon
() (1)
macro
61
return
cpu_has_neon
();
in raid6_have_neon()
H
A
D
recov_neon.c
15
#define
cpu_has_neon
() (1)
macro
20
return
cpu_has_neon
();
in raid6_has_neon()
/kernel/linux/linux-5.10/arch/arm/crypto/
H
A
D
sha512-glue.c
91
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
cpu_has_neon
()) {
in sha512_arm_mod_init()
110
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
cpu_has_neon
())
in sha512_arm_mod_fini()
H
A
D
sha256_glue.c
94
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
cpu_has_neon
()) {
in sha256_mod_init()
109
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
cpu_has_neon
())
in sha256_mod_fini()
H
A
D
sha1_neon_glue.c
88
if (!
cpu_has_neon
())
in sha1_neon_mod_init()
/kernel/linux/linux-6.6/arch/arm/crypto/
H
A
D
sha512-glue.c
89
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
cpu_has_neon
()) {
in sha512_arm_mod_init()
108
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
cpu_has_neon
())
in sha512_arm_mod_fini()
H
A
D
sha256_glue.c
91
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
cpu_has_neon
()) {
in sha256_mod_init()
106
if (IS_ENABLED(CONFIG_KERNEL_MODE_NEON) &&
cpu_has_neon
())
in sha256_mod_fini()
H
A
D
sha1_neon_glue.c
86
if (!
cpu_has_neon
())
in sha1_neon_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))
macro
H
A
D
xor.h
208
do { if (
cpu_has_neon
()) xor_speed(&xor_block_neon); } while (0)
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
neon.h
10
#define
cpu_has_neon
() (!!(elf_hwcap & HWCAP_NEON))
macro
H
A
D
xor.h
222
do { if (
cpu_has_neon
()) xor_speed(&xor_block_neon); } while (0)
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
neon.h
14
#define
cpu_has_neon
() system_supports_fpsimd()
macro
H
A
D
xor.h
65
if (
cpu_has_neon
()) { \
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
neon.h
14
#define
cpu_has_neon
() system_supports_fpsimd()
macro
H
A
D
xor.h
72
if (
cpu_has_neon
()) { \
Completed in 5 milliseconds