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:callee_reg
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/arc/kernel/
H
A
D
kgdb.c
60
current->thread.
callee_reg
);
in pt_regs_to_gdb_regs()
66
current->thread.
callee_reg
);
in gdb_regs_to_pt_regs()
74
(struct callee_regs *) task->thread.
callee_reg
);
in sleeping_thread_to_gdb_regs()
114
current->thread.
callee_reg
,
in do_single_step()
H
A
D
asm-offsets.c
24
DEFINE(THREAD_CALLEE_REG, offsetof(struct thread_struct,
callee_reg
));
in main()
H
A
D
troubleshoot.c
171
struct callee_regs *cregs = (struct callee_regs *)tsk->thread.
callee_reg
;
in show_regs()
H
A
D
kprobes.c
171
(struct callee_regs *) current->thread.
callee_reg
,
in setup_singlestep()
H
A
D
ptrace.c
15
struct callee_regs *tmp = (struct callee_regs *)tsk->thread.
callee_reg
;
in task_callee_regs()
/kernel/linux/linux-6.6/arch/arc/kernel/
H
A
D
kgdb.c
60
current->thread.
callee_reg
);
in pt_regs_to_gdb_regs()
66
current->thread.
callee_reg
);
in gdb_regs_to_pt_regs()
74
(struct callee_regs *) task->thread.
callee_reg
);
in sleeping_thread_to_gdb_regs()
114
current->thread.
callee_reg
,
in do_single_step()
H
A
D
asm-offsets.c
23
DEFINE(THREAD_CALLEE_REG, offsetof(struct thread_struct,
callee_reg
));
in main()
H
A
D
troubleshoot.c
171
struct callee_regs *cregs = (struct callee_regs *)tsk->thread.
callee_reg
;
in show_regs()
H
A
D
kprobes.c
171
(struct callee_regs *) current->thread.
callee_reg
,
in setup_singlestep()
H
A
D
ptrace.c
98
struct callee_regs *tmp = (struct callee_regs *)tsk->thread.
callee_reg
;
in task_callee_regs()
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
processor.h
26
unsigned long
callee_reg
; /* pointer to callee regs */
member
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
processor.h
25
unsigned long
callee_reg
; /* pointer to callee regs */
member
Completed in 5 milliseconds