Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dstacktrace.c93 !unwind_done(&state) && !unwind_error(&state); in __save_stack_trace_reliable()
128 if (unwind_error(&state)) in __save_stack_trace_reliable()
/Linux-v4.19/arch/x86/include/asm/
Dunwind.h43 static inline bool unwind_error(struct unwind_state *state) in unwind_error() function