Home
last modified time | relevance | path

Searched refs:PT_REGS_S390 (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/lib/bpf/
Dbpf_tracing.h142 #define PT_REGS_S390 const volatile user_pt_regs macro
143 #define PT_REGS_PARM1(x) (((PT_REGS_S390 *)(x))->gprs[2])
144 #define PT_REGS_PARM2(x) (((PT_REGS_S390 *)(x))->gprs[3])
145 #define PT_REGS_PARM3(x) (((PT_REGS_S390 *)(x))->gprs[4])
146 #define PT_REGS_PARM4(x) (((PT_REGS_S390 *)(x))->gprs[5])
147 #define PT_REGS_PARM5(x) (((PT_REGS_S390 *)(x))->gprs[6])
148 #define PT_REGS_RET(x) (((PT_REGS_S390 *)(x))->gprs[14])
150 #define PT_REGS_FP(x) (((PT_REGS_S390 *)(x))->gprs[11])
151 #define PT_REGS_RC(x) (((PT_REGS_S390 *)(x))->gprs[2])
152 #define PT_REGS_SP(x) (((PT_REGS_S390 *)(x))->gprs[15])
[all …]