Searched refs:PT_REGS_PARM1 (Results 1 – 6 of 6) sorted by relevance
241 #define PT_REGS_PARM1(x) ((x)->di) macro254 #define PT_REGS_PARM1(x) ((x)->gprs[2]) macro267 #define PT_REGS_PARM1(x) ((x)->regs[0]) macro280 #define PT_REGS_PARM1(x) ((x)->regs[4]) macro293 #define PT_REGS_PARM1(x) ((x)->gpr[3]) macro304 #define PT_REGS_PARM1(x) ((x)->u_regs[UREG_I0]) macro
26 long rq = PT_REGS_PARM1(ctx); in bpf_prog1()54 long rq = PT_REGS_PARM1(ctx); in bpf_prog2()
63 struct task_struct *p = (void *) PT_REGS_PARM1(ctx); in waker()126 struct task_struct *p = (void *) PT_REGS_PARM1(ctx);
32 skb = (struct sk_buff *) PT_REGS_PARM1(ctx); in bpf_prog1()
24 tsk = (void *)PT_REGS_PARM1(ctx); in prog()
31 int sc_nr = (int)PT_REGS_PARM1(ctx); in bpf_prog1()