Searched refs:unwind_error (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dstacktrace.c40 !unwind_done(&state) && !unwind_error(&state);
74 if (unwind_error(&state))
/linux-master/arch/loongarch/kernel/
H A Dstacktrace.c62 !unwind_done(&state) && !unwind_error(&state); unwind_next_frame(&state)) {
77 if (unwind_error(&state))
/linux-master/arch/s390/kernel/
H A Dstacktrace.c60 if (unwind_error(&state))
/linux-master/arch/s390/include/asm/
H A Dunwind.h29 * Once the unwind is completed unwind_error() can be used to check if there
68 static inline bool unwind_error(struct unwind_state *state) function
/linux-master/arch/x86/include/asm/
H A Dunwind.h53 static inline bool unwind_error(struct unwind_state *state) function
/linux-master/arch/loongarch/include/asm/
H A Dunwind.h43 static inline bool unwind_error(struct unwind_state *state) function
/linux-master/arch/s390/lib/
H A Dtest_unwind.c97 if (unwind_error(&state)) {

Completed in 122 milliseconds