Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dbpf_tracing.h71 #define PT_REGS_PARM3(x) ((x)->dx) macro
97 #define PT_REGS_PARM3(x) ((x)->ecx) macro
121 #define PT_REGS_PARM3(x) ((x)->rdx) macro
151 #define PT_REGS_PARM3(x) (((PT_REGS_S390 *)(x))->gprs[4]) macro
176 #define PT_REGS_PARM3(x) ((x)->uregs[2]) macro
203 #define PT_REGS_PARM3(x) (((PT_REGS_ARM64 *)(x))->regs[2]) macro
228 #define PT_REGS_PARM3(x) ((x)->regs[6]) macro
252 #define PT_REGS_PARM3(x) ((x)->gpr[5]) macro
272 #define PT_REGS_PARM3(x) ((x)->u_regs[UREG_I2]) macro
303 #define PT_REGS_PARM3(x) (((PT_REGS_RV *)(x))->a2) macro
[all …]

Completed in 10 milliseconds