Searched refs:rethook_trampoline_handler (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/riscv/kernel/probes/
H A Drethook.c13 return rethook_trampoline_handler(regs, regs->s0);
/linux-master/arch/loongarch/kernel/
H A Drethook.c13 return rethook_trampoline_handler(regs, 0);
/linux-master/arch/s390/kernel/
H A Drethook.c29 return rethook_trampoline_handler(regs, regs->gprs[15]);
/linux-master/arch/x86/kernel/
H A Drethook.c84 * rethook_trampoline_handler().
86 rethook_trampoline_handler(regs, (unsigned long)frame_pointer);
106 /* This is called from rethook_trampoline_handler(). */
/linux-master/include/linux/
H A Drethook.h89 unsigned long rethook_trampoline_handler(struct pt_regs *regs,
/linux-master/kernel/trace/
H A Drethook.c279 unsigned long rethook_trampoline_handler(struct pt_regs *regs, function
337 NOKPROBE_SYMBOL(rethook_trampoline_handler); variable

Completed in 152 milliseconds