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
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/
H
A
D
Makefile
4
TEST_GEN_PROGS := hwcap ptrace syscall-abi
tpidr2
12
$(OUTPUT)/
tpidr2
:
tpidr2
.c
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
H
A
D
tpidr2_restore.c
66
uint64_t
tpidr2
= get_tpidr2();
in check_tpidr2()
local
68
td->pass =
tpidr2
== initial_tpidr2;
in check_tpidr2()
74
initial_tpidr2,
tpidr2
);
in check_tpidr2()
H
A
D
tpidr2_siginfo.c
75
if (tpidr2_ctx->
tpidr2
!= orig_tpidr2) {
in tpidr2_present()
77
tpidr2_ctx->
tpidr2
, orig_tpidr2);
in tpidr2_present()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
signal.c
179
struct tpidr2_context __user *
tpidr2
;
member
387
__put_user_error(current->thread.tpidr2_el0, &ctx->
tpidr2
, err);
in preserve_tpidr2_context()
397
if (user->tpidr2_size != sizeof(*user->
tpidr2
))
in restore_tpidr2_context()
400
__get_user_error(tpidr2_el0, &user->
tpidr2
->
tpidr2
, err);
in restore_tpidr2_context()
590
user->
tpidr2
= NULL;
in parse_user_sigframe()
658
if (user->
tpidr2
)
in parse_user_sigframe()
661
user->
tpidr2
= (struct tpidr2_context __user *)head;
in parse_user_sigframe()
806
if (err == 0 && system_supports_tpidr2() && user.
tpidr2
)
in restore_sigframe()
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H
A
D
sigcontext.h
152
__u64
tpidr2
;
member
Completed in 4 milliseconds