Home
last modified time | relevance | path

Searched refs:unwind_done (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/arch/x86/kernel/
Dunwind_guess.c13 if (unwind_done(state)) in unwind_get_return_address()
31 if (unwind_done(state)) in unwind_next_frame()
67 if (!unwind_done(state) && in __unwind_start()
Dunwind_frame.c16 if (unwind_done(state)) in unwind_get_return_address()
25 if (unwind_done(state)) in unwind_get_return_address_ptr()
258 if (unwind_done(state)) in unwind_next_frame()
403 while (!unwind_done(state) && in __unwind_start()
Dstacktrace.c24 for (unwind_start(&state, task, regs, NULL); !unwind_done(&state); in arch_stack_walk()
40 !unwind_done(&state) && !unwind_error(&state); in arch_stack_walk_reliable()
Dunwind_orc.c320 if (unwind_done(state)) in unwind_get_return_address()
329 if (unwind_done(state)) in unwind_get_return_address_ptr()
429 if (unwind_done(state)) in unwind_next_frame()
714 while (!unwind_done(state) && in __unwind_start()
Dprocess.c976 for (unwind_start(&state, p, NULL, NULL); !unwind_done(&state); in __get_wchan()
/linux-5.19.10/arch/s390/include/asm/
Dunwind.h61 static inline bool unwind_done(struct unwind_state *state) in unwind_done() function
83 return unwind_done(state) ? NULL : state->regs; in unwind_get_entry_regs()
88 !unwind_done(state); \
/linux-5.19.10/arch/x86/include/asm/
Dunwind.h48 static inline bool unwind_done(struct unwind_state *state) in unwind_done() function
74 if (unwind_done(state)) in unwind_get_entry_regs()
/linux-5.19.10/arch/s390/kernel/
Dunwind_bc.c14 if (unwind_done(state)) in unwind_get_return_address()
170 while (!unwind_done(state)) { in __unwind_start()
/linux-5.19.10/arch/x86/events/
Dcore.c2795 for (; !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()