Searched refs:PT_REGS_RET (Results 1 – 1 of 1) sorted by relevance
120 #define PT_REGS_RET(x) ((x)->sp) macro133 #define PT_REGS_RET(x) ((x)->gprs[14]) macro146 #define PT_REGS_RET(x) ((x)->regs[30]) macro159 #define PT_REGS_RET(x) ((x)->regs[31]) macro183 #define PT_REGS_RET(x) ((x)->u_regs[UREG_I7]) macro198 #define BPF_KPROBE_READ_RET_IP(ip, ctx) ({ (ip) = PT_REGS_RET(ctx); })202 bpf_probe_read(&(ip), sizeof(ip), (void *)PT_REGS_RET(ctx)); })