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:task_get_sme_vl
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
signal.c
242
vl =
task_get_sme_vl
(current);
in preserve_sve_context()
292
vl =
task_get_sme_vl
(current);
in restore_sve_fpsimd_context()
411
unsigned int vl =
task_get_sme_vl
(current);
in preserve_za_context()
455
if (user_vl !=
task_get_sme_vl
(current))
in restore_za_context()
911
vl =
task_get_sme_vl
(current);
in setup_sigframe_layout()
H
A
D
fpsimd.c
423
unsigned long sme_vl =
task_get_sme_vl
(current);
in task_fpsimd_load()
748
vl = max(vl,
task_get_sme_vl
(task));
in sve_state_size()
1536
sve_vq_from_vl(
task_get_sme_vl
(current)) - 1;
in do_sme_acc()
1748
last->sme_vl =
task_get_sme_vl
(current);
in fpsimd_bind_task_to_cpu()
H
A
D
ptrace.c
1035
header.vl =
task_get_sme_vl
(target);
in za_get()
1099
vq = sve_vq_from_vl(
task_get_sme_vl
(target));
in za_set()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
processor.h
221
static inline unsigned int
task_get_sme_vl
(const struct task_struct *task)
in task_get_sme_vl()
function
H
A
D
fpsimd.h
372
unsigned int vl =
task_get_sme_vl
(task);
in sme_state_size()
Completed in 14 milliseconds