Searched refs:PT_REGS_RET (Results 1 – 2 of 2) sorted by relevance
78 #define PT_REGS_RET(x) ((x)->sp) macro90 #define PT_REGS_RET(x) ((x)->gprs[14]) macro102 #define PT_REGS_RET(x) ((x)->regs[30]) macro
33 bpf_probe_read(&loc, sizeof(loc), (void *)PT_REGS_RET(ctx)); in bpf_prog2()