Searched refs:PT_REGS_PARM1 (Results 1 – 6 of 6) sorted by relevance
373 #define PT_REGS_PARM1(x) ((x)->di) macro386 #define PT_REGS_PARM1(x) ((x)->eax) macro397 #define PT_REGS_PARM1(x) ((x)->rdi) macro415 #define PT_REGS_PARM1(x) (((PT_REGS_S390 *)(x))->gprs[2]) macro429 #define PT_REGS_PARM1(x) ((x)->uregs[0]) macro445 #define PT_REGS_PARM1(x) (((PT_REGS_ARM64 *)(x))->regs[0]) macro459 #define PT_REGS_PARM1(x) ((x)->regs[4]) macro472 #define PT_REGS_PARM1(x) ((x)->gpr[3]) macro483 #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()