Searched refs:unwind_done (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Dunwind_guess.c17 if (!unwind_done(state) && !__kernel_text_address(state->pc))
H A Dunwind.c15 if (unwind_done(state))
H A Dstacktrace.c36 !unwind_done(&state); unwind_next_frame(&state)) {
62 !unwind_done(&state) && !unwind_error(&state); unwind_next_frame(&state)) {
H A Dunwind_prologue.c200 if (unwind_done(state))
254 if (!unwind_done(state))
H A Dunwind_orc.c345 if (!unwind_done(state) && !__kernel_text_address(state->pc))
398 if (unwind_done(state))
H A Dprocess.c218 !unwind_done(&state); unwind_next_frame(&state)) {
H A Dperf_event.c80 !unwind_done(&state); unwind_next_frame(&state)) {
H A Dtraps.c94 !unwind_done(&state); unwind_next_frame(&state)) {
/linux-master/arch/x86/kernel/
H A Dunwind_guess.c13 if (unwind_done(state))
31 if (unwind_done(state))
67 if (!unwind_done(state) &&
H A Dstacktrace.c24 for (unwind_start(&state, task, regs, NULL); !unwind_done(&state);
40 !unwind_done(&state) && !unwind_error(&state);
H A Dunwind_frame.c16 if (unwind_done(state))
25 if (unwind_done(state))
269 if (unwind_done(state))
414 while (!unwind_done(state) &&
H A Dunwind_orc.c366 if (unwind_done(state))
375 if (unwind_done(state))
475 if (unwind_done(state))
757 while (!unwind_done(state) &&
H A Dprocess.c1023 for (unwind_start(&state, p, NULL, NULL); !unwind_done(&state);
/linux-master/arch/s390/include/asm/
H A Dunwind.h26 * The end of the unwinding is indicated with unwind_done, this can be true
63 static inline bool unwind_done(struct unwind_state *state) function
85 return unwind_done(state) ? NULL : state->regs;
90 !unwind_done(state); \
/linux-master/arch/x86/include/asm/
H A Dunwind.h48 static inline bool unwind_done(struct unwind_state *state) function
74 if (unwind_done(state))
/linux-master/arch/loongarch/include/asm/
H A Dunwind.h38 static inline bool unwind_done(struct unwind_state *state) function
84 if (unwind_done(state))
/linux-master/arch/s390/kernel/
H A Dunwind_bc.c14 if (unwind_done(state))
170 while (!unwind_done(state)) {
/linux-master/arch/x86/events/
H A Dcore.c2775 for (; !unwind_done(&state); unwind_next_frame(&state)) {
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c3403 for (unwind_start(&state, current, NULL, NULL); !unwind_done(&state);

Completed in 168 milliseconds