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:TIF_SME
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
thread_info.h
81
#define
TIF_SME
27 /* SME in use */
macro
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
fpsimd.c
300
*
TIF_SME
controls whether a task can use SME without trapping while
301
* in userspace, when
TIF_SME
is set then we must have storage
306
* may disable
TIF_SME
and reenable traps.
312
* in userspace, and also (together with
TIF_SME
) the way a task's
426
if (test_thread_flag(
TIF_SME
))
in task_fpsimd_load()
913
clear_tsk_thread_flag(task,
TIF_SME
);
in vec_set_vector_length()
1500
*
TIF_SME
should be clear on entry: otherwise, fpsimd_restore_current_state()
1530
/* With
TIF_SME
userspace shouldn't generate any traps */
in do_sme_acc()
1531
if (test_and_set_thread_flag(
TIF_SME
))
in do_sme_acc()
1666
clear_thread_flag(
TIF_SME
);
in fpsimd_flush_thread()
[all...]
H
A
D
process.c
332
clear_tsk_thread_flag(dst,
TIF_SME
);
in arch_dup_task_struct()
H
A
D
signal.c
481
clear_thread_flag(
TIF_SME
);
in restore_za_context()
492
set_thread_flag(
TIF_SME
);
in restore_za_context()
H
A
D
ptrace.c
890
set_tsk_thread_flag(target,
TIF_SME
);
in sve_set_common()
1144
set_tsk_thread_flag(target,
TIF_SME
);
in za_set()
1198
set_tsk_thread_flag(target,
TIF_SME
);
in zt_set()
Completed in 8 milliseconds