Searched refs:instruction_pointer (Results 1 – 8 of 8) sorted by relevance
90 #define instruction_pointer(regs) ((regs)->cp0_epc) macro91 #define profile_pc(regs) instruction_pointer(regs)
89 #define instruction_pointer(regs) ((regs)->pc) macro104 unsigned long pc = instruction_pointer(regs); in profile_pc()
76 pc = instruction_pointer(regs) - gd->reloc_off; in show_regs()79 pc = instruction_pointer(regs); in show_regs()115 uint32_t pc = instruction_pointer(regs) + offset; in fixup_pc()
117 # define instruction_pointer(regs) ((regs)->pc) macro121 # define profile_pc(regs) instruction_pointer(regs)
20 #define instruction_pointer(regs) \ macro
96 #define instruction_pointer(regs) ((regs)->eip) macro
49 #define instruction_pointer(regs) ((regs)->nip) macro
78 #define instruction_pointer(regs) ((regs)->pc) macro