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