Home
last modified time | relevance | path

Searched refs:unwind_start (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dunwind_guess.c13 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() function
20 EXPORT_SYMBOL_GPL(unwind_start);
H A Dunwind_prologue.c240 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() function
258 EXPORT_SYMBOL_GPL(unwind_start);
H A Dstacktrace.c34 for (unwind_start(&state, task, regs); in arch_stack_walk()
H A Dprocess.c217 for (unwind_start(&state, task, NULL); in __get_wchan()
H A Dperf_event.c79 for (unwind_start(&state, current, regs); in perf_callchain_kernel()
H A Dtraps.c67 for (unwind_start(&state, task, pregs); in show_backtrace()
/openbmc/linux/arch/s390/include/asm/
H A Dunwind.h73 static __always_inline void unwind_start(struct unwind_state *state, in unwind_start() function
89 for (unwind_start(state, task, regs, first_frame); \
/openbmc/linux/arch/x86/kernel/
H A Dstacktrace.c24 for (unwind_start(&state, task, regs, NULL); !unwind_done(&state); in arch_stack_walk()
39 for (unwind_start(&state, task, NULL, NULL); in arch_stack_walk_reliable()
H A Ddumpstack.c197 unwind_start(&state, task, regs, stack); in show_trace_log_lvl()
H A Dprocess.c1050 for (unwind_start(&state, p, NULL, NULL); !unwind_done(&state); in __get_wchan()
/openbmc/linux/arch/loongarch/include/asm/
H A Dunwind.h32 void unwind_start(struct unwind_state *state,
/openbmc/linux/arch/x86/include/asm/
H A Dunwind.h59 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() function
/openbmc/linux/arch/x86/events/
H A Dcore.c2771 unwind_start(&state, current, regs, NULL); in perf_callchain_kernel()
2773 unwind_start(&state, current, NULL, (void *)regs->sp); in perf_callchain_kernel()