Home
last modified time | relevance | path

Searched refs:PT_REGS_PARM1 (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/samples/bpf/
Dtracex1.bpf.c31 bpf_core_read(&skb, sizeof(skb), (void *)PT_REGS_PARM1(ctx)); in bpf_prog1()
Dtracex5.bpf.c32 int sc_nr = (int)PT_REGS_PARM1(ctx); in bpf_prog1()
/Linux-v6.6/tools/lib/bpf/
Dbpf_tracing.h487 #define PT_REGS_PARM1(x) (__PT_REGS_CAST(x)->__PT_PARM1_REG) macro
565 #define PT_REGS_PARM1(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro
621 #define PT_REGS_SYSCALL_REGS(ctx) ((struct pt_regs *)PT_REGS_PARM1(ctx))
791 #define ___bpf_kprobe_args1(x) ___bpf_kprobe_args0(), (void *)PT_REGS_PARM1(ctx)
902 ? (struct pt_regs *)PT_REGS_PARM1(ctx) \