Home
last modified time | relevance | path

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

/linux-5.19.10/arch/openrisc/kernel/ !
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()
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
Dtraps.c64 unwind_stack((void *)loglvl, esp, print_trace); in show_stack()
/linux-5.19.10/arch/sh/kernel/ !
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()
Dunwinder.c132 void unwind_stack(struct task_struct *task, struct pt_regs *regs, in unwind_stack() function
165 EXPORT_SYMBOL_GPL(unwind_stack);
Dperf_callchain.c31 unwind_stack(NULL, regs, NULL, &callchain_ops, entry); in perf_callchain_kernel()
Ddumpstack.c131 unwind_stack(tsk, regs, sp, &print_trace_ops, (void *)loglvl); in show_trace()
/linux-5.19.10/arch/mips/include/asm/ !
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
/linux-5.19.10/arch/openrisc/include/asm/ !
Dunwinder.h16 void unwind_stack(void *data, unsigned long *stack,
/linux-5.19.10/arch/sh/include/asm/ !
Dunwinder.h18 extern void unwind_stack(struct task_struct *, struct pt_regs *,
/linux-5.19.10/arch/mips/kernel/ !
Dperf_event.c62 pc = unwind_stack(current, &sp, pc, &ra); in perf_callchain_kernel()
Dstacktrace.c62 pc = unwind_stack(tsk, &sp, pc, &ra); in save_context_stack()
Dprocess.c635 unsigned long unwind_stack(struct task_struct *task, unsigned long *sp, in unwind_stack() function
675 pc = unwind_stack(task, &sp, pc, &ra); in __get_wchan()
Dtraps.c167 pc = unwind_stack(task, &sp, pc, &ra); in show_backtrace()