Searched refs:unwind_stack (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/openrisc/include/asm/
H A Dunwinder.h16 void unwind_stack(void *data, unsigned long *stack,
/linux-master/arch/sh/include/asm/
H A Dunwinder.h18 extern void unwind_stack(struct task_struct *, struct pt_regs *,
/linux-master/arch/openrisc/kernel/
H A Dstacktrace.c44 unwind_stack(trace, (unsigned long *) &trace, save_stack_address);
88 unwind_stack(trace, sp, save_stack_address_nosched);
97 unwind_stack(trace, (unsigned long *) regs->sp,
H A Dunwinder.c60 void unwind_stack(void *data, unsigned long *stack, function
93 void unwind_stack(void *data, unsigned long *stack, function
H A Dtraps.c73 unwind_stack((void *)loglvl, esp, print_trace);
/linux-master/arch/sh/kernel/
H A Dperf_callchain.c31 unwind_stack(NULL, regs, NULL, &callchain_ops, entry);
H A Dstacktrace.c45 unwind_stack(current, NULL, sp, &save_stack_ops, trace);
77 unwind_stack(current, NULL, sp, &save_stack_ops_nosched, trace);
H A Dunwinder.c132 void unwind_stack(struct task_struct *task, struct pt_regs *regs, function
165 EXPORT_SYMBOL_GPL(unwind_stack); variable
H A Ddumpstack.c131 unwind_stack(tsk, regs, sp, &print_trace_ops, (void *)loglvl);
/linux-master/arch/mips/include/asm/
H A Dstacktrace.h11 extern unsigned long unwind_stack(struct task_struct *task, unsigned long *sp,
19 static inline unsigned long unwind_stack(struct task_struct *task, function
/linux-master/arch/mips/kernel/
H A Dperf_event.c62 pc = unwind_stack(current, &sp, pc, &ra);
H A Dstacktrace.c62 pc = unwind_stack(tsk, &sp, pc, &ra);
H A Dprocess.c636 unsigned long unwind_stack(struct task_struct *task, unsigned long *sp, function
676 pc = unwind_stack(task, &sp, pc, &ra);
H A Dtraps.c168 pc = unwind_stack(task, &sp, pc, &ra);

Completed in 160 milliseconds