Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/s390/kernel/
H A Dstacktrace.c57 if (unwind_error(&state)) in arch_stack_walk_reliable()
/openbmc/linux/arch/s390/include/asm/
H A Dunwind.h68 static inline bool unwind_error(struct unwind_state *state) in unwind_error() function
/openbmc/linux/arch/loongarch/include/asm/
H A Dunwind.h42 static inline bool unwind_error(struct unwind_state *state) in unwind_error() function
/openbmc/linux/arch/x86/include/asm/
H A Dunwind.h53 static inline bool unwind_error(struct unwind_state *state) in unwind_error() function
/openbmc/linux/arch/s390/lib/
H A Dtest_unwind.c97 if (unwind_error(&state)) { in test_unwind()