Searched refs:PT_REGS_RET (Results 1 – 1 of 1) sorted by relevance
246 #define PT_REGS_RET(x) ((x)->sp) macro259 #define PT_REGS_RET(x) ((x)->gprs[14]) macro272 #define PT_REGS_RET(x) ((x)->regs[30]) macro285 #define PT_REGS_RET(x) ((x)->regs[31]) macro309 #define PT_REGS_RET(x) ((x)->u_regs[UREG_I7]) macro326 #define BPF_KPROBE_READ_RET_IP(ip, ctx) ({ (ip) = PT_REGS_RET(ctx); })330 bpf_probe_read(&(ip), sizeof(ip), (void *)PT_REGS_RET(ctx)); })