Searched refs:PT_REGS_PARM1 (Results 1 – 7 of 7) sorted by relevance
54 #define PT_REGS_PARM1(x) ((x)->di) macro80 #define PT_REGS_PARM1(x) ((x)->eax) macro104 #define PT_REGS_PARM1(x) ((x)->rdi) macro134 #define PT_REGS_PARM1(x) (((PT_REGS_S390 *)(x))->gprs[2]) macro159 #define PT_REGS_PARM1(x) ((x)->uregs[0]) macro186 #define PT_REGS_PARM1(x) (((PT_REGS_ARM64 *)(x))->regs[0]) macro211 #define PT_REGS_PARM1(x) ((x)->regs[4]) macro235 #define PT_REGS_PARM1(x) ((x)->gpr[3]) macro255 #define PT_REGS_PARM1(x) ((x)->u_regs[UREG_I0]) macro355 ___bpf_kprobe_args0(), (void *)PT_REGS_PARM1(ctx)
27 long rq = PT_REGS_PARM1(ctx); in bpf_prog1()55 long rq = PT_REGS_PARM1(ctx); in bpf_prog2()
69 struct task_struct *p = (void *) PT_REGS_PARM1(ctx); in waker()132 struct task_struct *p = (void *) PT_REGS_PARM1(ctx);
38 bpf_probe_read_kernel(&skb, sizeof(skb), (void *)PT_REGS_PARM1(ctx)); in bpf_prog1()
30 tsk = (void *)PT_REGS_PARM1(ctx); in prog()
32 int sc_nr = (int)PT_REGS_PARM1(ctx); in bpf_prog1()
97 void *ptr = (void *)PT_REGS_PARM1(regs); in BPF_PROG()