Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dbpf_tracing.h70 #define PT_REGS_PARM2(x) ((x)->si) macro
96 #define PT_REGS_PARM2(x) ((x)->edx) macro
120 #define PT_REGS_PARM2(x) ((x)->rsi) macro
150 #define PT_REGS_PARM2(x) (((PT_REGS_S390 *)(x))->gprs[3]) macro
175 #define PT_REGS_PARM2(x) ((x)->uregs[1]) macro
202 #define PT_REGS_PARM2(x) (((PT_REGS_ARM64 *)(x))->regs[1]) macro
227 #define PT_REGS_PARM2(x) ((x)->regs[5]) macro
251 #define PT_REGS_PARM2(x) ((x)->gpr[4]) macro
271 #define PT_REGS_PARM2(x) ((x)->u_regs[UREG_I1]) macro
302 #define PT_REGS_PARM2(x) (((PT_REGS_RV *)(x))->a1) macro
[all …]

Completed in 11 milliseconds