Searched refs:unwind_recover_ret_addr (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/arch/s390/kernel/ ! |
D | unwind_bc.c | 68 if (!__kernel_text_address(ip) || state->ip == unwind_recover_ret_addr(state, ip)) { in unwind_next_frame() 110 state->ip = unwind_recover_ret_addr(state, ip); in unwind_next_frame() 165 state->ip = unwind_recover_ret_addr(state, ip); in __unwind_start()
|
/linux-5.19.10/arch/x86/kernel/ ! |
D | unwind_guess.c | 18 return unwind_recover_ret_addr(state, addr, state->sp); in unwind_get_return_address()
|
D | unwind_frame.c | 243 state->ip = unwind_recover_ret_addr(state, addr, addr_p); in update_stack_state()
|
D | unwind_orc.c | 542 state->ip = unwind_recover_ret_addr(state, state->ip, in unwind_next_frame()
|
/linux-5.19.10/arch/s390/include/asm/ ! |
D | unwind.h | 47 static inline unsigned long unwind_recover_ret_addr(struct unwind_state *state, in unwind_recover_ret_addr() function
|
/linux-5.19.10/arch/x86/include/asm/ ! |
D | unwind.h | 120 unsigned long unwind_recover_ret_addr(struct unwind_state *state, in unwind_recover_ret_addr() function
|