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:sve_vl_from_vq
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
fpsimd.c
351
return
sve_vl_from_vq
(__bit_to_vq(bit));
in find_supported_vector_length()
783
if (
sve_vl_from_vq
(__bit_to_vq(b)) <= sve_max_virtualisable_vl) {
in sve_verify_vq_map()
871
sve_max_vl =
sve_vl_from_vq
((zcr & ZCR_ELx_LEN_MASK) + 1);
in sve_setup()
897
sve_max_virtualisable_vl =
sve_vl_from_vq
(__bit_to_vq(b + 1));
in sve_setup()
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/
H
A
D
sigcontext.h
165
#define
sve_vl_from_vq
(vq) __sve_vl_from_vq(vq)
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/
H
A
D
sigcontext.h
60
#define
sve_vl_from_vq
(vq) ((vq) * SVE_VQ_BYTES)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H
A
D
sigcontext.h
71
#define
sve_vl_from_vq
(vq) __sve_vl_from_vq(vq)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H
A
D
sigcontext.h
71
#define
sve_vl_from_vq
(vq) __sve_vl_from_vq(vq)
macro
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
fpsimd.c
553
return
sve_vl_from_vq
(__bit_to_vq(bit));
in find_supported_vector_length()
1124
if (
sve_vl_from_vq
(__bit_to_vq(b)) <= info->max_virtualisable_vl) {
in vec_verify_vq_map()
1212
info->max_vl =
sve_vl_from_vq
((zcr & ZCR_ELx_LEN_MASK) + 1);
in sve_setup()
1240
info->max_virtualisable_vl =
sve_vl_from_vq
(__bit_to_vq(b + 1));
in sve_setup()
1377
info->min_vl =
sve_vl_from_vq
(__bit_to_vq(min_bit));
in sme_setup()
1380
info->max_vl =
sve_vl_from_vq
((smcr & SMCR_ELx_LEN_MASK) + 1);
in sme_setup()
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H
A
D
sigcontext.h
196
#define
sve_vl_from_vq
(vq) __sve_vl_from_vq(vq)
macro
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H
A
D
sve-ptrace.c
170
sve.vl =
sve_vl_from_vq
(SVE_VQ_MIN);
in ptrace_set_get_inherit()
703
vl =
sve_vl_from_vq
(vq);
in do_parent()
H
A
D
za-ptrace.c
315
vl =
sve_vl_from_vq
(vq);
in do_parent()
H
A
D
vec-syscfg.c
571
vl =
sve_vl_from_vq
(vq);
in prctl_set_all_vqs()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
guest.c
333
vcpu->arch.sve_max_vl =
sve_vl_from_vq
(max_vq);
in set_sve_vls()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
guest.c
377
vcpu->arch.sve_max_vl =
sve_vl_from_vq
(max_vq);
in set_sve_vls()
Completed in 12 milliseconds