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:min_vl
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H
A
D
vec-syscfg.c
39
int
min_vl
;
member
265
data->
min_vl
= new_default;
in proc_write_min()
353
if (data->
min_vl
== data->max_vl) {
in prctl_set()
360
ret = prctl(data->prctl_set, data->
min_vl
);
in prctl_set()
363
data->name, data->
min_vl
,
in prctl_set()
368
if ((ret & PR_SVE_VL_LEN_MASK) != data->
min_vl
) {
in prctl_set()
370
data->name, data->
min_vl
, data->rdvl());
in prctl_set()
374
if (data->rdvl() != data->
min_vl
) {
in prctl_set()
376
data->name, data->
min_vl
, data->rdvl());
in prctl_set()
417
if (data->
min_vl
in prctl_set_no_child()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
fpsimd.c
129
.
min_vl
= SVE_VL_MIN,
541
vl = info->
min_vl
;
in find_supported_vector_length()
544
max_vl = info->
min_vl
;
in find_supported_vector_length()
548
if (vl < info->
min_vl
)
in find_supported_vector_length()
549
vl = info->
min_vl
;
in find_supported_vector_length()
1377
info->
min_vl
= sve_vl_from_vq(__bit_to_vq(min_bit));
in sme_setup()
1391
WARN_ON(info->
min_vl
> info->max_vl);
in sme_setup()
1402
info->
min_vl
);
in sme_setup()
1625
vl = vl_info[type].
min_vl
;
in fpsimd_flush_thread_vl()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
fpsimd.h
155
int
min_vl
;
member
Completed in 5 milliseconds