Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Drethook.c13 return rethook_trampoline_handler(regs, 0); in arch_rethook_trampoline_callback()
/openbmc/linux/arch/riscv/kernel/probes/
H A Drethook.c13 return rethook_trampoline_handler(regs, regs->s0); in arch_rethook_trampoline_callback()
/openbmc/linux/arch/s390/kernel/
H A Drethook.c29 return rethook_trampoline_handler(regs, regs->gprs[15]); in arch_rethook_trampoline_callback()
/openbmc/linux/arch/x86/kernel/
H A Drethook.c86 rethook_trampoline_handler(regs, (unsigned long)frame_pointer); in arch_rethook_trampoline_callback()
/openbmc/linux/include/linux/
H A Drethook.h96 unsigned long rethook_trampoline_handler(struct pt_regs *regs,
/openbmc/linux/kernel/trace/
H A Drethook.c289 unsigned long rethook_trampoline_handler(struct pt_regs *regs, in rethook_trampoline_handler() function
347 NOKPROBE_SYMBOL(rethook_trampoline_handler);