Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dbpf_tracing.h66 #define PT_REGS_PARM4(x) ((x)->cx) macro
92 #define PT_REGS_PARM4(x) 0 macro
116 #define PT_REGS_PARM4(x) ((x)->rcx) macro
146 #define PT_REGS_PARM4(x) (((PT_REGS_S390 *)(x))->gprs[5]) macro
171 #define PT_REGS_PARM4(x) ((x)->uregs[3]) macro
198 #define PT_REGS_PARM4(x) (((PT_REGS_ARM64 *)(x))->regs[3]) macro
223 #define PT_REGS_PARM4(x) ((x)->regs[7]) macro
247 #define PT_REGS_PARM4(x) ((x)->gpr[6]) macro
267 #define PT_REGS_PARM4(x) ((x)->u_regs[UREG_I3]) macro
312 #define PT_REGS_PARM4(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro