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:sctlr_user
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
pointer_auth.c
82
sctlr = tsk->thread.
sctlr_user
;
in ptrauth_set_enabled_keys()
85
tsk->thread.
sctlr_user
= sctlr;
in ptrauth_set_enabled_keys()
103
if (tsk->thread.
sctlr_user
& SCTLR_ELx_ENIA)
in ptrauth_get_enabled_keys()
105
if (tsk->thread.
sctlr_user
& SCTLR_ELx_ENIB)
in ptrauth_get_enabled_keys()
107
if (tsk->thread.
sctlr_user
& SCTLR_ELx_ENDA)
in ptrauth_get_enabled_keys()
109
if (tsk->thread.
sctlr_user
& SCTLR_ELx_ENDB)
in ptrauth_get_enabled_keys()
H
A
D
mte.c
176
unsigned long sctlr = task->thread.
sctlr_user
;
in mte_update_sctlr_user()
198
task->thread.
sctlr_user
= sctlr;
in mte_update_sctlr_user()
362
update_sctlr_el1(task->thread.
sctlr_user
);
in set_mte_ctrl()
H
A
D
process.c
502
* __switch_to() checks current->thread.
sctlr_user
as an optimisation. Therefore
504
*
sctlr_user
must be made in the same preemption disabled block so that
552
if (prev->thread.
sctlr_user
!= next->thread.
sctlr_user
)
in __switch_to()
553
update_sctlr_el1(next->thread.
sctlr_user
);
in __switch_to()
H
A
D
asm-offsets.c
49
DEFINE(THREAD_SCTLR_USER, offsetof(struct task_struct, thread.
sctlr_user
));
in main()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
mte.h
176
(task->thread.
sctlr_user
& (1UL << SCTLR_EL1_TCF0_SHIFT)))
in mte_disable_tco_entry()
H
A
D
processor.h
179
u64
sctlr_user
;
member
Completed in 4 milliseconds