Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/bpf/
Dbpf_tracing.h276 #define PT_REGS_FP(x) (__PT_REGS_CAST(x)->__PT_FP_REG) macro
307 ({ bpf_probe_read_kernel(&(ip), sizeof(ip), (void *)(PT_REGS_FP(ctx) + sizeof(ip))); })
339 #define PT_REGS_FP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro