Searched defs:PT_REGS_IP (Results 1 – 2 of 2) sorted by relevance
382 #define PT_REGS_IP(x) ((x)->ip) macro395 #define PT_REGS_IP(x) ((x)->eip) macro406 #define PT_REGS_IP(x) ((x)->rip) macro425 #define PT_REGS_IP(x) (((PT_REGS_S390 *)(x))->psw.addr) macro438 #define PT_REGS_IP(x) ((x)->uregs[12]) macro455 #define PT_REGS_IP(x) (((PT_REGS_ARM64 *)(x))->pc) macro468 #define PT_REGS_IP(x) ((x)->cp0_epc) macro479 #define PT_REGS_IP(x) ((x)->nip) macro494 #define PT_REGS_IP(x) ((x)->tpc) macro496 #define PT_REGS_IP(x) ((x)->pc) macro
21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro