Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Dstacktrace.c46 !unwind_done(&state) && !unwind_error(&state); in arch_stack_walk_reliable()
80 if (unwind_error(&state)) in arch_stack_walk_reliable()
/kernel/linux/linux-5.10/arch/s390/kernel/
Dstacktrace.c64 if (unwind_error(&state)) in arch_stack_walk_reliable()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dunwind.h53 static inline bool unwind_error(struct unwind_state *state) in unwind_error() function
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dunwind.h49 static inline bool unwind_error(struct unwind_state *state) in unwind_error() function
/kernel/linux/linux-5.10/arch/s390/lib/
Dtest_unwind.c87 if (unwind_error(&state)) { in test_unwind()