Searched refs:PT_REGS_PARM1 (Results 1 – 8 of 8) sorted by relevance
69 #define PT_REGS_PARM1(x) ((x)->di) macro95 #define PT_REGS_PARM1(x) ((x)->eax) macro119 #define PT_REGS_PARM1(x) ((x)->rdi) macro149 #define PT_REGS_PARM1(x) (((PT_REGS_S390 *)(x))->gprs[2]) macro174 #define PT_REGS_PARM1(x) ((x)->uregs[0]) macro201 #define PT_REGS_PARM1(x) (((PT_REGS_ARM64 *)(x))->regs[0]) macro226 #define PT_REGS_PARM1(x) ((x)->regs[4]) macro250 #define PT_REGS_PARM1(x) ((x)->gpr[3]) macro270 #define PT_REGS_PARM1(x) ((x)->u_regs[UREG_I0]) macro301 #define PT_REGS_PARM1(x) (((PT_REGS_RV *)(x))->a0) macro[all …]
27 long rq = PT_REGS_PARM1(ctx); in bpf_prog1()55 long rq = PT_REGS_PARM1(ctx); in bpf_prog2()
70 struct task_struct *p = (void *) PT_REGS_PARM1(ctx); in waker()133 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()
39 real_regs = (struct pt_regs *)PT_REGS_PARM1(ctx); in BPF_KPROBE()
166 void *ptr = (void *)PT_REGS_PARM1(regs); in BPF_PROG()
Completed in 28 milliseconds