Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbpf_tracing.h69 #define PT_REGS_FP(x) ((x)->bp) macro
95 #define PT_REGS_FP(x) ((x)->ebp) macro
119 #define PT_REGS_FP(x) ((x)->rbp) macro
150 #define PT_REGS_FP(x) (((PT_REGS_S390 *)(x))->gprs[11]) macro
174 #define PT_REGS_FP(x) ((x)->uregs[11]) /* Works only with CONFIG_FRAME_POINTER */ macro
202 #define PT_REGS_FP(x) (((PT_REGS_ARM64 *)(x))->regs[29]) macro
226 #define PT_REGS_FP(x) ((x)->regs[30]) /* Works only with CONFIG_FRAME_POINTER */ macro
315 #define PT_REGS_FP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro