Searched refs:instruction_pointer (Results 1 – 9 of 9) sorted by relevance
61 efi_print_image_infos((void *)instruction_pointer(regs)); in show_efi_loaded_images()66 unsigned long addr = instruction_pointer(regs); in dump_instr()105 instruction_pointer(regs), regs->ARM_lr); in show_regs()108 instruction_pointer(regs) - gd->reloc_off, in show_regs()134 uint32_t pc = instruction_pointer(regs) + offset; in fixup_pc()
89 #define instruction_pointer(regs) ((regs)->cp0_epc) macro90 #define profile_pc(regs) instruction_pointer(regs)
89 #define instruction_pointer(regs) ((regs)->pc) macro104 unsigned long pc = instruction_pointer(regs); in profile_pc()
116 # define instruction_pointer(regs) ((regs)->pc) macro120 # define profile_pc(regs) instruction_pointer(regs)
63 static inline unsigned long instruction_pointer(struct pt_regs *regs) in instruction_pointer() function73 #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
Completed in 8 milliseconds