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:kr_cur
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
stacktrace.h
21
struct llist_node *
kr_cur
;
member
37
frame->
kr_cur
= NULL;
in arm_get_current_stackframe()
/kernel/linux/linux-6.6/arch/arm64/include/asm/stacktrace/
H
A
D
common.h
26
* @
kr_cur
: When KRETPROBES is selected, holds the kretprobe instance
40
struct llist_node *
kr_cur
;
member
74
state->
kr_cur
= NULL;
in unwind_init_common()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
unwind.h
41
struct llist_node *
kr_cur
;
member
53
ip = rethook_find_ret_addr(state->task, state->sp, &state->
kr_cur
);
in unwind_recover_ret_addr()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
stacktrace.c
119
(void *)frame->fp, &frame->
kr_cur
);
in unwind_frame()
154
frame->
kr_cur
= NULL;
in start_stack_trace()
H
A
D
return_address.c
47
frame.
kr_cur
= NULL;
in return_address()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
unwind.h
20
struct llist_node *
kr_cur
;
member
113
&state->
kr_cur
);
in unwind_recover_rethook()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
stacktrace.c
94
&state->
kr_cur
);
in unwind_recover_return_address()
Completed in 3 milliseconds