Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbpf_tracing.h63 #define PT_REGS_PARM1(x) ((x)->di) macro
89 #define PT_REGS_PARM1(x) ((x)->eax) macro
113 #define PT_REGS_PARM1(x) ((x)->rdi) macro
143 #define PT_REGS_PARM1(x) (((PT_REGS_S390 *)(x))->gprs[2]) macro
168 #define PT_REGS_PARM1(x) ((x)->uregs[0]) macro
195 #define PT_REGS_PARM1(x) (((PT_REGS_ARM64 *)(x))->regs[0]) macro
220 #define PT_REGS_PARM1(x) ((x)->regs[4]) macro
244 #define PT_REGS_PARM1(x) ((x)->gpr[3]) macro
264 #define PT_REGS_PARM1(x) ((x)->u_regs[UREG_I0]) macro
309 #define PT_REGS_PARM1(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro