Home
last modified time | relevance | path

Searched refs:next_frame (Results 1 – 7 of 7) sorted by relevance

/arch/parisc/kernel/
Dunwind.c390 int unwind_once(struct unwind_frame_info *next_frame) in unwind_once() argument
392 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()
/arch/ia64/oprofile/
Dbacktrace.c63 static __inline__ int next_frame(ia64_backtrace_t *bt) in next_frame() function
107 if (!next_frame(bt)) in do_ia64_backtrace()
112 while (bt->depth-- && next_frame(bt)) { in do_ia64_backtrace()
/arch/frv/kernel/
Dprocess.c158 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()
Ddebug-stub.c77 __frame = __debug_frame->next_frame; in debug_stub()
Dtraps.c633 stop = (unsigned long) frame->next_frame; in show_backtrace()
645 frame = frame->next_frame; in show_backtrace()
/arch/x86/kernel/
Ddumpstack.h36 struct stack_frame *next_frame; member
Ddumpstack.c99 frame = frame->next_frame; in print_context_stack()