Searched refs:orig_ret_address (Results 1 – 2 of 2) sorted by relevance
42 void arch_rethook_fixup_return(struct pt_regs *regs, unsigned long orig_ret_address) in arch_rethook_fixup_return() argument59 regs_set_return_ip(regs, orig_ret_address - 4); in arch_rethook_fixup_return()60 regs->link = orig_ret_address; in arch_rethook_fixup_return()
452 unsigned long orig_ret_address = 0; in trampoline_probe_handler() local454 orig_ret_address = __kretprobe_trampoline_handler(regs, NULL); in trampoline_probe_handler()455 regs->tpc = orig_ret_address; in trampoline_probe_handler()456 regs->tnpc = orig_ret_address + 4; in trampoline_probe_handler()