Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dstacktrace.c40 !unwind_done(&state) && !unwind_error(&state); in arch_stack_walk_reliable()
74 if (unwind_error(&state)) in arch_stack_walk_reliable()
/linux/arch/loongarch/kernel/
H A Dstacktrace.c62 !unwind_done(&state) && !unwind_error(&state); unwind_next_frame(&state)) { in arch_stack_walk_reliable()
77 if (unwind_error(&state)) in arch_stack_walk_reliable()
/linux/arch/s390/include/asm/
H A Dunwind.h68 static inline bool unwind_error(struct unwind_state *state) in unwind_error() function
/linux/arch/loongarch/include/asm/
H A Dunwind.h43 static inline bool unwind_error(struct unwind_state *state) in unwind_error() function
/linux/arch/x86/include/asm/
H A Dunwind.h53 static inline bool unwind_error(struct unwind_state *state) in unwind_error() function
/linux/arch/s390/kernel/
H A Dstacktrace.c61 if (unwind_error(&state)) in arch_stack_walk_reliable()
/linux/arch/s390/lib/
H A Dtest_unwind.c97 if (unwind_error(&state)) { in test_unwind()