Searched refs:dump_frame_stack (Results 1 – 7 of 7) sorted by relevance
69 void dump_frame_stack(const void *instruction, const void *frame) in dump_frame_stack() function
123 extern void dump_frame_stack(const void *instruction, const void *frame);
72 dump_frame_stack((void *)regs->nip, (void *)regs->gpr[1]); in do_handle_exception()
114 dump_frame_stack((void *)regs->ARM_pc, (void *)regs->ARM_fp); in do_handle_exception()
59 dump_frame_stack((void *)regs->epc, (void *)regs->s0); in do_handle_exception()
136 dump_frame_stack((void *)regs->pc, (void *)regs->regs[29]); in bad_exception()
174 dump_frame_stack((void*) regs->rip, (void*) regs->rbp); in unhandled_exception()