Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dbpf_tracing.h68 #define PT_REGS_RET(x) ((x)->sp) macro
94 #define PT_REGS_RET(x) ((x)->esp) macro
118 #define PT_REGS_RET(x) ((x)->rsp) macro
148 #define PT_REGS_RET(x) (((PT_REGS_S390 *)(x))->gprs[14]) macro
173 #define PT_REGS_RET(x) ((x)->uregs[14]) macro
200 #define PT_REGS_RET(x) (((PT_REGS_ARM64 *)(x))->regs[30]) macro
225 #define PT_REGS_RET(x) ((x)->regs[31]) macro
269 #define PT_REGS_RET(x) ((x)->u_regs[UREG_I7]) macro
314 #define PT_REGS_RET(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro