Home
last modified time | relevance | path

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

/openbmc/linux/arch/openrisc/kernel/
H A Dstacktrace.c44 unwind_stack(trace, (unsigned long *) &trace, save_stack_address); in save_stack_trace()
88 unwind_stack(trace, sp, save_stack_address_nosched); in save_stack_trace_tsk()
97 unwind_stack(trace, (unsigned long *) regs->sp, in save_stack_trace_regs()
H A Dunwinder.c60 void unwind_stack(void *data, unsigned long *stack, in unwind_stack() function
93 void unwind_stack(void *data, unsigned long *stack, in unwind_stack() function
H A Dtraps.c73 unwind_stack((void *)loglvl, esp, print_trace); in show_stack()
/openbmc/linux/arch/sh/kernel/
H A Dstacktrace.c45 unwind_stack(current, NULL, sp, &save_stack_ops, trace); in save_stack_trace()
77 unwind_stack(current, NULL, sp, &save_stack_ops_nosched, trace); in save_stack_trace_tsk()
H A Dunwinder.c132 void unwind_stack(struct task_struct *task, struct pt_regs *regs, in unwind_stack() function
165 EXPORT_SYMBOL_GPL(unwind_stack);
H A Dperf_callchain.c31 unwind_stack(NULL, regs, NULL, &callchain_ops, entry); in perf_callchain_kernel()
H A Ddumpstack.c131 unwind_stack(tsk, regs, sp, &print_trace_ops, (void *)loglvl); in show_trace()
/openbmc/linux/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, in unwind_stack() function
/openbmc/linux/arch/openrisc/include/asm/
H A Dunwinder.h16 void unwind_stack(void *data, unsigned long *stack,
/openbmc/linux/arch/sh/include/asm/
H A Dunwinder.h18 extern void unwind_stack(struct task_struct *, struct pt_regs *,
/openbmc/linux/arch/mips/kernel/
H A Dperf_event.c62 pc = unwind_stack(current, &sp, pc, &ra); in perf_callchain_kernel()
H A Dstacktrace.c62 pc = unwind_stack(tsk, &sp, pc, &ra); in save_context_stack()
H A Dprocess.c636 unsigned long unwind_stack(struct task_struct *task, unsigned long *sp, in unwind_stack() function
676 pc = unwind_stack(task, &sp, pc, &ra); in __get_wchan()
H A Dtraps.c167 pc = unwind_stack(task, &sp, pc, &ra); in show_backtrace()