Searched refs:unwind_start (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Dunwind_guess.c13 void unwind_start(struct unwind_state *state, struct task_struct *task, function
20 EXPORT_SYMBOL_GPL(unwind_start); variable
H A Dstacktrace.c35 for (unwind_start(&state, task, regs);
61 for (unwind_start(&state, task, regs);
H A Dunwind_prologue.c240 void unwind_start(struct unwind_state *state, struct task_struct *task, function
258 EXPORT_SYMBOL_GPL(unwind_start); variable
H A Dunwind_orc.c340 void unwind_start(struct unwind_state *state, struct task_struct *task, function
348 EXPORT_SYMBOL_GPL(unwind_start); variable
H A Dprocess.c217 for (unwind_start(&state, task, NULL);
H A Dperf_event.c79 for (unwind_start(&state, current, regs);
H A Dtraps.c93 for (unwind_start(&state, task, pregs);
/linux-master/arch/x86/kernel/
H A Dstacktrace.c24 for (unwind_start(&state, task, regs, NULL); !unwind_done(&state);
39 for (unwind_start(&state, task, NULL, NULL);
H A Ddumpstack.c197 unwind_start(&state, task, regs, stack);
H A Dprocess.c1023 for (unwind_start(&state, p, NULL, NULL); !unwind_done(&state);
/linux-master/arch/s390/include/asm/
H A Dunwind.h13 * To use the stack unwinder it has to be initialized with unwind_start.
24 * If 'first_frame' is not zero unwind_start skips unwind frames until it
27 * right after unwind_start, e.g. with first_frame!=0 that can not be found.
73 static __always_inline void unwind_start(struct unwind_state *state, function
89 for (unwind_start(state, task, regs, first_frame); \
/linux-master/arch/x86/include/asm/
H A Dunwind.h59 void unwind_start(struct unwind_state *state, struct task_struct *task, function
/linux-master/arch/loongarch/include/asm/
H A Dunwind.h33 void unwind_start(struct unwind_state *state,
/linux-master/arch/x86/events/
H A Dcore.c2771 unwind_start(&state, current, regs, NULL);
2773 unwind_start(&state, current, NULL, (void *)regs->sp);
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c3403 for (unwind_start(&state, current, NULL, NULL); !unwind_done(&state);

Completed in 193 milliseconds