Searched refs:PT_REGS_FP (Results 1 – 1 of 1) sorted by relevance
276 #define PT_REGS_FP(x) (__PT_REGS_CAST(x)->__PT_FP_REG) macro307 ({ 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