Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dbpf_tracing.h69 #define PT_REGS_PARM1(x) ((x)->di) macro
95 #define PT_REGS_PARM1(x) ((x)->eax) macro
119 #define PT_REGS_PARM1(x) ((x)->rdi) macro
149 #define PT_REGS_PARM1(x) (((PT_REGS_S390 *)(x))->gprs[2]) macro
174 #define PT_REGS_PARM1(x) ((x)->uregs[0]) macro
201 #define PT_REGS_PARM1(x) (((PT_REGS_ARM64 *)(x))->regs[0]) macro
226 #define PT_REGS_PARM1(x) ((x)->regs[4]) macro
250 #define PT_REGS_PARM1(x) ((x)->gpr[3]) macro
270 #define PT_REGS_PARM1(x) ((x)->u_regs[UREG_I0]) macro
301 #define PT_REGS_PARM1(x) (((PT_REGS_RV *)(x))->a0) macro
[all …]
/linux/samples/bpf/
A Dtracex3_kern.c27 long rq = PT_REGS_PARM1(ctx); in bpf_prog1()
55 long rq = PT_REGS_PARM1(ctx); in bpf_prog2()
A Doffwaketime_kern.c70 struct task_struct *p = (void *) PT_REGS_PARM1(ctx); in waker()
133 struct task_struct *p = (void *) PT_REGS_PARM1(ctx);
A Dtracex1_kern.c38 bpf_probe_read_kernel(&skb, sizeof(skb), (void *)PT_REGS_PARM1(ctx)); in bpf_prog1()
A Dtest_overhead_kprobe_kern.c30 tsk = (void *)PT_REGS_PARM1(ctx); in prog()
A Dtracex5_kern.c32 int sc_nr = (int)PT_REGS_PARM1(ctx); in bpf_prog1()
/linux/tools/testing/selftests/bpf/progs/
A Dtest_probe_user.c39 real_regs = (struct pt_regs *)PT_REGS_PARM1(ctx); in BPF_KPROBE()
A Dlsm.c166 void *ptr = (void *)PT_REGS_PARM1(regs); in BPF_PROG()

Completed in 28 milliseconds