Searched defs:PT_REGS_IP (Results 1 – 4 of 4) sorted by relevance
63 #define PT_REGS_IP(x) ((x)->ip) macro89 #define PT_REGS_IP(x) ((x)->eip) macro113 #define PT_REGS_IP(x) ((x)->rip) macro144 #define PT_REGS_IP(x) (((PT_REGS_S390 *)(x))->psw.addr) macro168 #define PT_REGS_IP(x) ((x)->uregs[12]) macro196 #define PT_REGS_IP(x) (((PT_REGS_ARM64 *)(x))->pc) macro220 #define PT_REGS_IP(x) ((x)->cp0_epc) macro242 #define PT_REGS_IP(x) ((x)->nip) macro275 #define PT_REGS_IP(x) ((x)->tpc) macro278 #define PT_REGS_IP(x) ((x)->pc) macro
21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro
497 #define PT_REGS_IP(x) (__PT_REGS_CAST(x)->__PT_IP_REG) macro575 #define PT_REGS_IP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro