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:PT_RESULT
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/
H
A
D
sigfuz.c
166
ucp->uc_mcontext.gp_regs[
PT_RESULT
] = random();
in trap_signal_handler()
179
ucp->uc_link->uc_mcontext.gp_regs[
PT_RESULT
] = random();
in trap_signal_handler()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/
H
A
D
sigfuz.c
166
ucp->uc_mcontext.gp_regs[
PT_RESULT
] = random();
in trap_signal_handler()
179
ucp->uc_link->uc_mcontext.gp_regs[
PT_RESULT
] = random();
in trap_signal_handler()
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
ptrace.h
116
#define
PT_RESULT
43
macro
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H
A
D
ptrace.h
116
#define
PT_RESULT
43
macro
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H
A
D
ptrace.c
437
CHECK_REG(
PT_RESULT
, result);
in pt_regs_check()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
signal_64.c
357
err |= __get_user(regs->result, &sc->gp_regs[
PT_RESULT
]);
in restore_sigcontext()
480
err |= __get_user(regs->result, &sc->gp_regs[
PT_RESULT
]);
in restore_tm_sigcontexts()
H
A
D
signal_32.c
109
for (i = 0; i <=
PT_RESULT
; i ++) {
in save_general_regs()
128
for (i = 0; i <=
PT_RESULT
; i++) {
in restore_general_regs()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
signal_64.c
372
unsafe_get_user(regs->result, &sc->gp_regs[
PT_RESULT
], efault_out);
in __unsafe_restore_sigcontext()
499
err |= __get_user(regs->result, &sc->gp_regs[
PT_RESULT
]);
in restore_tm_sigcontexts()
H
A
D
signal_32.c
97
for (i = 0; i <=
PT_RESULT
; i ++) {
in __unsafe_save_general_regs()
118
for (i = 0; i <=
PT_RESULT
; i++) {
in __unsafe_restore_general_regs()
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H
A
D
ptrace.c
481
CHECK_REG(
PT_RESULT
, result);
in pt_regs_check()
Completed in 9 milliseconds