Searched defs:PT_REGS_IP (Results 1 – 2 of 2) 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