Searched defs:PT_REGS_IP (Results 1 – 2 of 2) sorted by relevance
250 #define PT_REGS_IP(x) ((x)->ip) macro263 #define PT_REGS_IP(x) ((x)->psw.addr) macro276 #define PT_REGS_IP(x) ((x)->pc) macro289 #define PT_REGS_IP(x) ((x)->cp0_epc) macro300 #define PT_REGS_IP(x) ((x)->nip) macro315 #define PT_REGS_IP(x) ((x)->tpc) macro317 #define PT_REGS_IP(x) ((x)->pc) macro
21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro