Home
last modified time | relevance | path

Searched defs:PT_REGS_RET (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/tools/lib/bpf/
Dbpf_tracing.h59 #define PT_REGS_RET(x) ((x)->sp) macro
85 #define PT_REGS_RET(x) ((x)->esp) macro
109 #define PT_REGS_RET(x) ((x)->rsp) macro
139 #define PT_REGS_RET(x) (((PT_REGS_S390 *)(x))->gprs[14]) macro
164 #define PT_REGS_RET(x) ((x)->uregs[14]) macro
191 #define PT_REGS_RET(x) (((PT_REGS_ARM64 *)(x))->regs[30]) macro
216 #define PT_REGS_RET(x) ((x)->regs[31]) macro
260 #define PT_REGS_RET(x) ((x)->u_regs[UREG_I7]) macro