Searched refs:rethook_trampoline_handler (Results 1 – 7 of 7) sorted by relevance
13 return rethook_trampoline_handler(regs, 0); in arch_rethook_trampoline_callback()
13 return rethook_trampoline_handler(regs, regs->s0); in arch_rethook_trampoline_callback()
29 return rethook_trampoline_handler(regs, regs->gprs[15]); in arch_rethook_trampoline_callback()
27 return !rethook_trampoline_handler(regs, regs->gpr[1]); in trampoline_rethook_handler()
279 unsigned long rethook_trampoline_handler(struct pt_regs *regs, in rethook_trampoline_handler() function337 NOKPROBE_SYMBOL(rethook_trampoline_handler);
89 unsigned long rethook_trampoline_handler(struct pt_regs *regs,
86 rethook_trampoline_handler(regs, (unsigned long)frame_pointer); in arch_rethook_trampoline_callback()