Home
last modified time | relevance | path

Searched refs:unwind_done (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dunwind.h48 static inline bool unwind_done(struct unwind_state *state) in unwind_done() function
70 return unwind_done(state) ? NULL : state->regs; in unwind_get_entry_regs()
75 !unwind_done(state); \
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dunwind_guess.c13 if (unwind_done(state)) in unwind_get_return_address()
32 if (unwind_done(state)) in unwind_next_frame()
68 if (!unwind_done(state) && in __unwind_start()
H A Dunwind_frame.c16 if (unwind_done(state)) in unwind_get_return_address()
25 if (unwind_done(state)) in unwind_get_return_address_ptr()
259 if (unwind_done(state)) in unwind_next_frame()
404 while (!unwind_done(state) && in __unwind_start()
H A Dstacktrace.c24 for (unwind_start(&state, task, regs, NULL); !unwind_done(&state); in arch_stack_walk()
46 !unwind_done(&state) && !unwind_error(&state); in arch_stack_walk_reliable()
H A Dunwind_orc.c320 if (unwind_done(state)) in unwind_get_return_address()
329 if (unwind_done(state)) in unwind_get_return_address_ptr()
429 if (unwind_done(state)) in unwind_next_frame()
698 while (!unwind_done(state) && in __unwind_start()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dunwind.h44 static inline bool unwind_done(struct unwind_state *state) in unwind_done() function
70 if (unwind_done(state)) in unwind_get_entry_regs()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dunwind_bc.c14 if (unwind_done(state)) in unwind_get_return_address()
174 while (!unwind_done(state)) { in __unwind_start()
/OK3568_Linux_fs/kernel/arch/x86/oprofile/
H A Dbacktrace.c108 !unwind_done(&state); unwind_next_frame(&state)) { in x86_backtrace()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c2565 for (; !unwind_done(&state); unwind_next_frame(&state)) { in perf_callchain_kernel()