Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dbpf_tracing.h76 #define PT_REGS_RC(x) ((x)->ax) macro
102 #define PT_REGS_RC(x) ((x)->eax) macro
126 #define PT_REGS_RC(x) ((x)->rax) macro
157 #define PT_REGS_RC(x) (((PT_REGS_S390 *)(x))->gprs[2]) macro
181 #define PT_REGS_RC(x) ((x)->uregs[0]) macro
209 #define PT_REGS_RC(x) (((PT_REGS_ARM64 *)(x))->regs[0]) macro
233 #define PT_REGS_RC(x) ((x)->regs[2]) macro
255 #define PT_REGS_RC(x) ((x)->gpr[3]) macro
276 #define PT_REGS_RC(x) ((x)->u_regs[UREG_I0]) macro
308 #define PT_REGS_RC(x) (((PT_REGS_RV *)(x))->a5) macro
[all …]

Completed in 6 milliseconds