Searched defs:PT_REGS_IP (Results 1 – 2 of 2) sorted by relevance
21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro
495 #define PT_REGS_IP(x) (__PT_REGS_CAST(x)->__PT_IP_REG) macro573 #define PT_REGS_IP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro
Completed in 7 milliseconds