Searched refs:PT_REGS_PARM1_CORE (Results 1 – 4 of 4) sorted by relevance
65 #define PT_REGS_PARM1_CORE(x) BPF_CORE_READ((x), di) macro91 #define PT_REGS_PARM1_CORE(x) BPF_CORE_READ((x), eax) macro115 #define PT_REGS_PARM1_CORE(x) BPF_CORE_READ((x), rdi) macro146 #define PT_REGS_PARM1_CORE(x) BPF_CORE_READ((PT_REGS_S390 *)(x), gprs[2]) macro170 #define PT_REGS_PARM1_CORE(x) BPF_CORE_READ((x), uregs[0]) macro198 #define PT_REGS_PARM1_CORE(x) BPF_CORE_READ((PT_REGS_ARM64 *)(x), regs[0]) macro222 #define PT_REGS_PARM1_CORE(x) BPF_CORE_READ((x), regs[4]) macro244 #define PT_REGS_PARM1_CORE(x) BPF_CORE_READ((x), gpr[3]) macro264 #define PT_REGS_PARM1_CORE(x) BPF_CORE_READ((x), u_regs[UREG_I0]) macro
45 ts = (void *)PT_REGS_PARM1_CORE(regs); in BPF_PROG()63 ts = (void *)PT_REGS_PARM1_CORE(regs); in BPF_PROG()
34 struct pt_regs *real_regs = (struct pt_regs *)PT_REGS_PARM1_CORE(ctx); in SYSCALL()
165 struct pt_regs *real_regs = (struct pt_regs *)PT_REGS_PARM1_CORE(ctx); in SYSCALL()