Home
last modified time | relevance | path

Searched refs:unwind_done (Results 1 - 25 of 33) sorted by relevance

12

/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dunwind_guess.c12 if (unwind_done(state)) in unwind_get_return_address()
24 if (unwind_done(state)) in unwind_next_frame()
62 if (!unwind_done(state) && !__kernel_text_address(state->pc)) in unwind_start()
H A Dunwind_prologue.c14 if (unwind_done(state)) in unwind_get_return_address()
166 if (unwind_done(state)) in unwind_next_frame()
225 if (!unwind_done(state) && !__kernel_text_address(state->pc)) in unwind_start()
H A Dstacktrace.c66 !unwind_done(&state); unwind_next_frame(&state)) { in save_context_stack()
129 !unwind_done(&state) && !unwind_error(&state); in __save_stack_trace_reliable()
H A Dunwind_orc.c388 if (unwind_done(state)) in unwind_next_frame()
503 if (unwind_done(state)) in unwind_get_return_address()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dunwind.h24 * The end of the unwinding is indicated with unwind_done, this can be true
48 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); \
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dunwind_guess.c13 if (unwind_done(state)) in unwind_get_return_address()
31 if (unwind_done(state)) in unwind_next_frame()
67 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()
269 if (unwind_done(state)) in unwind_next_frame()
414 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()
40 !unwind_done(&state) && !unwind_error(&state); in arch_stack_walk_reliable()
H A Dunwind_orc.c366 if (unwind_done(state)) in unwind_get_return_address()
375 if (unwind_done(state)) in unwind_get_return_address_ptr()
475 if (unwind_done(state)) in unwind_next_frame()
757 while (!unwind_done(state) && in __unwind_start()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dunwind.h26 * The end of the unwinding is indicated with unwind_done, this can be true
63 static inline bool unwind_done(struct unwind_state *state) in unwind_done() function
85 return unwind_done(state) ? NULL : state->regs; in unwind_get_entry_regs()
90 !unwind_done(state); \
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dunwind.h37 static inline bool unwind_done(struct unwind_state *state) in unwind_done() function
80 return unwind_done(state) ? 0 : state->pc; in __unwind_get_return_address()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dunwind.h48 static inline bool unwind_done(struct unwind_state *state) in unwind_done() function
74 if (unwind_done(state)) in unwind_get_entry_regs()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dunwind_bc.c14 if (unwind_done(state)) in unwind_get_return_address()
170 while (!unwind_done(state)) { in __unwind_start()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dunwind_guess.c17 if (!unwind_done(state) && !__kernel_text_address(state->pc)) in unwind_start()
H A Dunwind.c15 if (unwind_done(state)) in default_next_frame()
H A Dunwind_prologue.c200 if (unwind_done(state)) in next_frame()
254 if (!unwind_done(state)) in unwind_start()
H A Dstacktrace.c35 !unwind_done(&state); unwind_next_frame(&state)) { in arch_stack_walk()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dunwind.h39 static inline bool unwind_done(struct unwind_state *state) in unwind_done() function
/kernel/linux/linux-5.10/arch/x86/oprofile/
H A Dbacktrace.c108 !unwind_done(&state); unwind_next_frame(&state)) { in x86_backtrace()

Completed in 11 milliseconds

12