Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drethook.h73 unsigned long rethook_find_ret_addr(struct task_struct *tsk, unsigned long frame,
H A Dkprobes.h560 return rethook_find_ret_addr(tsk, (unsigned long)fp, cur); in kretprobe_find_ret_addr()
/openbmc/linux/kernel/trace/
H A Drethook.c254 unsigned long rethook_find_ret_addr(struct task_struct *tsk, unsigned long frame, in rethook_find_ret_addr() function
275 NOKPROBE_SYMBOL(rethook_find_ret_addr);
/openbmc/linux/arch/s390/include/asm/
H A Dunwind.h53 ip = rethook_find_ret_addr(state->task, state->sp, &state->kr_cur); in unwind_recover_ret_addr()
/openbmc/linux/arch/x86/include/asm/
H A Dunwind.h112 return rethook_find_ret_addr(state->task, (unsigned long)addr_p, in unwind_recover_rethook()