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_sve_vl
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
perf_regs.c
23
return (
task_get_sve_vl
(current) * 8) / 64;
in perf_ext_regs_value()
H
A
D
fpsimd.c
401
sve_set_vq(sve_vq_from_vl(
task_get_sve_vl
(current)) - 1);
in task_fpsimd_load()
746
vl =
task_get_sve_vl
(task);
in sve_state_size()
1441
sve_vq_from_vl(
task_get_sve_vl
(current)) - 1;
in sve_init_regs()
1747
last->sve_vl =
task_get_sve_vl
(current);
in fpsimd_bind_task_to_cpu()
H
A
D
signal.c
238
unsigned int vl =
task_get_sve_vl
(current);
in preserve_sve_context()
302
vl =
task_get_sve_vl
(current);
in restore_sve_fpsimd_context()
H
A
D
entry-common.c
382
sve_vq_minus_one = sve_vq_from_vl(
task_get_sve_vl
(current)) - 1;
in fp_user_discard()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
processor.h
216
static inline unsigned int
task_get_sve_vl
(const struct task_struct *task)
in task_get_sve_vl()
function
Completed in 6 milliseconds