Searched defs:PT_REGS_IP (Results 1 – 2 of 2) sorted by relevance
72 #define PT_REGS_IP(x) ((x)->ip) macro98 #define PT_REGS_IP(x) ((x)->eip) macro122 #define PT_REGS_IP(x) ((x)->rip) macro153 #define PT_REGS_IP(x) (((PT_REGS_S390 *)(x))->psw.addr) macro177 #define PT_REGS_IP(x) ((x)->uregs[12]) macro205 #define PT_REGS_IP(x) (((PT_REGS_ARM64 *)(x))->pc) macro229 #define PT_REGS_IP(x) ((x)->cp0_epc) macro251 #define PT_REGS_IP(x) ((x)->nip) macro284 #define PT_REGS_IP(x) ((x)->tpc) macro287 #define PT_REGS_IP(x) ((x)->pc) macro[all …]
21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro