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:tramp_addr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
unwind_orc.c
96
unsigned long
tramp_addr
, offset;
in orc_ftrace_find()
local
102
/* Set
tramp_addr
to the start of the code copied by the trampoline */
in orc_ftrace_find()
104
tramp_addr
= (unsigned long)ftrace_regs_caller;
in orc_ftrace_find()
106
tramp_addr
= (unsigned long)ftrace_caller;
in orc_ftrace_find()
108
/* Now place
tramp_addr
to the location within the trampoline ip is at */
in orc_ftrace_find()
110
tramp_addr
+= offset;
in orc_ftrace_find()
113
if (ip ==
tramp_addr
)
in orc_ftrace_find()
116
return orc_find(
tramp_addr
);
in orc_ftrace_find()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
unwind_orc.c
146
unsigned long
tramp_addr
, offset;
in orc_ftrace_find()
local
152
/* Set
tramp_addr
to the start of the code copied by the trampoline */
in orc_ftrace_find()
154
tramp_addr
= (unsigned long)ftrace_regs_caller;
in orc_ftrace_find()
156
tramp_addr
= (unsigned long)ftrace_caller;
in orc_ftrace_find()
158
/* Now place
tramp_addr
to the location within the trampoline ip is at */
in orc_ftrace_find()
160
tramp_addr
+= offset;
in orc_ftrace_find()
163
if (ip ==
tramp_addr
)
in orc_ftrace_find()
166
return orc_find(
tramp_addr
);
in orc_ftrace_find()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
signal.c
230
unsigned long
tramp_addr
, new_rbs = 0, new_sp;
in setup_frame()
local
235
tramp_addr
= (unsigned long) __kernel_sigtramp;
in setup_frame()
291
scr->pt.cr_iip =
tramp_addr
;
in setup_frame()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
signal.c
229
unsigned long
tramp_addr
, new_rbs = 0, new_sp;
in setup_frame()
local
234
tramp_addr
= (unsigned long) __kernel_sigtramp;
in setup_frame()
290
scr->pt.cr_iip =
tramp_addr
;
in setup_frame()
Completed in 4 milliseconds