Searched refs:PT_REGS_FP (Results 1 – 1 of 1) sorted by relevance
278 #define PT_REGS_FP(x) (__PT_REGS_CAST(x)->__PT_FP_REG) macro309 ({ bpf_probe_read_kernel(&(ip), sizeof(ip), (void *)(PT_REGS_FP(ctx) + sizeof(ip))); })341 #define PT_REGS_FP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro