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_PARM1
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
bpf_tracing.h
54
#define
PT_REGS_PARM1
(x) ((x)->di)
macro
80
#define
PT_REGS_PARM1
(x) ((x)->eax)
macro
104
#define
PT_REGS_PARM1
(x) ((x)->rdi)
macro
134
#define
PT_REGS_PARM1
(x) (((PT_REGS_S390 *)(x))->gprs[2])
macro
159
#define
PT_REGS_PARM1
(x) ((x)->uregs[0])
macro
186
#define
PT_REGS_PARM1
(x) (((PT_REGS_ARM64 *)(x))->regs[0])
macro
211
#define
PT_REGS_PARM1
(x) ((x)->regs[4])
macro
235
#define
PT_REGS_PARM1
(x) ((x)->gpr[3])
macro
255
#define
PT_REGS_PARM1
(x) ((x)->u_regs[UREG_I0])
macro
355
___bpf_kprobe_args0(), (void *)
PT_REGS_PARM1
(ct
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
tracex3_kern.c
27
long rq =
PT_REGS_PARM1
(ctx);
in bpf_prog1()
55
long rq =
PT_REGS_PARM1
(ctx);
in bpf_prog2()
H
A
D
offwaketime_kern.c
69
struct task_struct *p = (void *)
PT_REGS_PARM1
(ctx);
in waker()
132
struct task_struct *p = (void *)
PT_REGS_PARM1
(ctx);
H
A
D
test_overhead_kprobe_kern.c
30
tsk = (void *)
PT_REGS_PARM1
(ctx);
in prog()
H
A
D
tracex1_kern.c
38
bpf_probe_read_kernel(&skb, sizeof(skb), (void *)
PT_REGS_PARM1
(ctx));
in bpf_prog1()
H
A
D
tracex5_kern.c
32
int sc_nr = (int)
PT_REGS_PARM1
(ctx);
in bpf_prog1()
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
tracex1.bpf.c
31
bpf_core_read(&skb, sizeof(skb), (void *)
PT_REGS_PARM1
(ctx));
in bpf_prog1()
H
A
D
tracex5.bpf.c
32
int sc_nr = (int)
PT_REGS_PARM1
(ctx);
in bpf_prog1()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
lsm.c
97
void *ptr = (void *)
PT_REGS_PARM1
(regs);
in BPF_PROG()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
bpf_tracing.h
485
#define
PT_REGS_PARM1
(x) (__PT_REGS_CAST(x)->__PT_PARM1_REG)
macro
563
#define
PT_REGS_PARM1
(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })
macro
619
#define PT_REGS_SYSCALL_REGS(ctx) ((struct pt_regs *)
PT_REGS_PARM1
(ctx))
789
#define ___bpf_kprobe_args1(x) ___bpf_kprobe_args0(), (void *)
PT_REGS_PARM1
(ctx)
900
? (struct pt_regs *)
PT_REGS_PARM1
(ctx) \
Completed in 5 milliseconds