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_PARM3
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
bpf_tracing.h
56
#define
PT_REGS_PARM3
(x) ((x)->dx)
macro
82
#define
PT_REGS_PARM3
(x) ((x)->ecx)
macro
106
#define
PT_REGS_PARM3
(x) ((x)->rdx)
macro
136
#define
PT_REGS_PARM3
(x) (((PT_REGS_S390 *)(x))->gprs[4])
macro
161
#define
PT_REGS_PARM3
(x) ((x)->uregs[2])
macro
188
#define
PT_REGS_PARM3
(x) (((PT_REGS_ARM64 *)(x))->regs[2])
macro
213
#define
PT_REGS_PARM3
(x) ((x)->regs[6])
macro
237
#define
PT_REGS_PARM3
(x) ((x)->gpr[5])
macro
257
#define
PT_REGS_PARM3
(x) ((x)->u_regs[UREG_I2])
macro
359
___bpf_kprobe_args2(args), (void *)
PT_REGS_PARM3
(ct
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
tracex2_kern.c
84
long write_size =
PT_REGS_PARM3
(ctx);
in bpf_prog3()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
bpf_tracing.h
487
#define
PT_REGS_PARM3
(x) (__PT_REGS_CAST(x)->__PT_PARM3_REG)
macro
565
#define
PT_REGS_PARM3
(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })
macro
791
#define ___bpf_kprobe_args3(x, args...) ___bpf_kprobe_args2(args), (void *)
PT_REGS_PARM3
(ctx)
Completed in 4 milliseconds