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:tpidr2_el0
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
process.c
375
p->thread.
tpidr2_el0
= read_sysreg_s(SYS_TPIDR2_EL0);
in copy_thread()
390
p->thread.
tpidr2_el0
= 0;
in copy_thread()
423
current->thread.
tpidr2_el0
= read_sysreg_s(SYS_TPIDR2_EL0);
in tls_preserve_current_state()
437
write_sysreg_s(next->thread.
tpidr2_el0
, SYS_TPIDR2_EL0);
in tls_thread_switch()
H
A
D
signal.c
383
current->thread.
tpidr2_el0
= read_sysreg_s(SYS_TPIDR2_EL0);
in preserve_tpidr2_context()
387
__put_user_error(current->thread.
tpidr2_el0
, &ctx->tpidr2, err);
in preserve_tpidr2_context()
394
u64
tpidr2_el0
;
in restore_tpidr2_context()
local
400
__get_user_error(
tpidr2_el0
, &user->tpidr2->tpidr2, err);
in restore_tpidr2_context()
402
write_sysreg_s(
tpidr2_el0
, SYS_TPIDR2_EL0);
in restore_tpidr2_context()
H
A
D
ptrace.c
671
ret = membuf_store(&to, target->thread.
tpidr2_el0
);
in tls_get()
687
tls[1] = target->thread.
tpidr2_el0
;
in tls_set()
695
target->thread.
tpidr2_el0
= tls[1];
in tls_set()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
processor.h
181
u64
tpidr2_el0
;
member
Completed in 6 milliseconds