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_REGS_IP
(Results
1 - 25
of
27
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/um/include/asm/
H
A
D
ptrace-generic.h
21
#define
PT_REGS_IP
(r) UPT_IP(&(r)->regs)
macro
28
#define instruction_pointer(regs)
PT_REGS_IP
(regs)
/kernel/linux/linux-6.6/arch/um/include/asm/
H
A
D
ptrace-generic.h
21
#define
PT_REGS_IP
(r) UPT_IP(&(r)->regs)
macro
28
#define instruction_pointer(regs)
PT_REGS_IP
(regs)
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
bpf_tracing.h
63
#define
PT_REGS_IP
(x) ((x)->ip)
macro
89
#define
PT_REGS_IP
(x) ((x)->eip)
macro
113
#define
PT_REGS_IP
(x) ((x)->rip)
macro
144
#define
PT_REGS_IP
(x) (((PT_REGS_S390 *)(x))->psw.addr)
macro
168
#define
PT_REGS_IP
(x) ((x)->uregs[12])
macro
196
#define
PT_REGS_IP
(x) (((PT_REGS_ARM64 *)(x))->pc)
macro
220
#define
PT_REGS_IP
(x) ((x)->cp0_epc)
macro
242
#define
PT_REGS_IP
(x) ((x)->nip)
macro
275
#define
PT_REGS_IP
(x) ((x)->tpc)
macro
278
#define
PT_REGS_IP
(
macro
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
sampleip_kern.c
29
ip =
PT_REGS_IP
(&ctx->regs);
in do_sample()
H
A
D
spintest_kern.c
38
long v =
PT_REGS_IP
(ctx), *val; \
H
A
D
trace_event_kern.c
59
PT_REGS_IP
(&ctx->regs));
in bpf_prog1()
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
sampleip_kern.c
28
ip =
PT_REGS_IP
(&ctx->regs);
in do_sample()
H
A
D
spintest.bpf.c
39
long v =
PT_REGS_IP
(ctx), *val; \
H
A
D
trace_event_kern.c
58
PT_REGS_IP
(&ctx->regs));
in bpf_prog1()
/kernel/linux/linux-5.10/arch/x86/um/
H
A
D
sysrq_32.c
19
0xffff & PT_REGS_CS(regs),
PT_REGS_IP
(regs),
in show_regs()
H
A
D
sysrq_64.c
23
PT_REGS_IP
(regs));
in show_regs()
H
A
D
signal.c
399
PT_REGS_IP
(regs) = (unsigned long) ksig->ka.sa.sa_handler;
in setup_signal_stack_sc()
445
PT_REGS_IP
(regs) = (unsigned long) ksig->ka.sa.sa_handler;
in setup_signal_stack_si()
553
PT_REGS_IP
(regs) = (unsigned long) ksig->ka.sa.sa_handler;
in setup_signal_stack_si()
/kernel/linux/linux-6.6/arch/x86/um/
H
A
D
sysrq_32.c
19
0xffff & PT_REGS_CS(regs),
PT_REGS_IP
(regs),
in show_regs()
H
A
D
sysrq_64.c
23
(void *)
PT_REGS_IP
(regs));
in show_regs()
H
A
D
signal.c
400
PT_REGS_IP
(regs) = (unsigned long) ksig->ka.sa.sa_handler;
in setup_signal_stack_sc()
446
PT_REGS_IP
(regs) = (unsigned long) ksig->ka.sa.sa_handler;
in setup_signal_stack_si()
554
PT_REGS_IP
(regs) = (unsigned long) ksig->ka.sa.sa_handler;
in setup_signal_stack_si()
/kernel/linux/linux-5.10/arch/um/kernel/
H
A
D
exec.c
45
PT_REGS_IP
(regs) = eip;
in start_thread()
H
A
D
signal.c
133
is_syscall(
PT_REGS_IP
(¤t->thread.regs));
in do_signal()
/kernel/linux/linux-6.6/arch/um/kernel/
H
A
D
exec.c
44
PT_REGS_IP
(regs) = eip;
in start_thread()
H
A
D
signal.c
133
is_syscall(
PT_REGS_IP
(¤t->thread.regs));
in do_signal()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_iter_task.c
74
ptr = (void *)
PT_REGS_IP
(regs);
in dump_task_sleepable()
H
A
D
rcu_read_lock.c
235
ptr = (void *)
PT_REGS_IP
(regs);
in inproper_sleepable_helper()
/kernel/linux/linux-5.10/arch/x86/um/asm/
H
A
D
ptrace.h
33
#define profile_pc(regs)
PT_REGS_IP
(regs)
H
A
D
elf.h
62
pr_reg[12] =
PT_REGS_IP
(regs); \
/kernel/linux/linux-6.6/arch/x86/um/asm/
H
A
D
ptrace.h
33
#define profile_pc(regs)
PT_REGS_IP
(regs)
H
A
D
elf.h
62
pr_reg[12] =
PT_REGS_IP
(regs); \
Completed in 9 milliseconds
1
2