Searched refs:next_frame (Results 1 – 7 of 7) sorted by relevance
390 int unwind_once(struct unwind_frame_info *next_frame) in unwind_once() argument392 unwind_frame_regs(next_frame); in unwind_once()394 if (next_frame->prev_sp == 0 || in unwind_once()395 next_frame->prev_ip == 0) in unwind_once()398 next_frame->sp = next_frame->prev_sp; in unwind_once()399 next_frame->ip = next_frame->prev_ip; in unwind_once()400 next_frame->prev_sp = 0; in unwind_once()401 next_frame->prev_ip = 0; in unwind_once()404 next_frame->t ? (int)next_frame->t->pid : -1, in unwind_once()405 next_frame->sp, next_frame->ip); in unwind_once()
63 static __inline__ int next_frame(ia64_backtrace_t *bt) in next_frame() function107 if (!next_frame(bt)) in do_ia64_backtrace()112 while (bt->depth-- && next_frame(bt)) { in do_ia64_backtrace()
158 while (regs->next_frame) in user_stack()159 regs = regs->next_frame; in user_stack()223 childregs0->next_frame = NULL; in copy_thread()230 childregs->next_frame = childregs0; in copy_thread()
77 __frame = __debug_frame->next_frame; in debug_stub()
633 stop = (unsigned long) frame->next_frame; in show_backtrace()645 frame = frame->next_frame; in show_backtrace()
36 struct stack_frame *next_frame; member
99 frame = frame->next_frame; in print_context_stack()