Home
last modified time | relevance | path

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

/Linux-v6.6/arch/loongarch/kernel/
Drethook.c13 return rethook_trampoline_handler(regs, 0); in arch_rethook_trampoline_callback()
/Linux-v6.6/arch/riscv/kernel/probes/
Drethook.c13 return rethook_trampoline_handler(regs, regs->s0); in arch_rethook_trampoline_callback()
/Linux-v6.6/arch/s390/kernel/
Drethook.c29 return rethook_trampoline_handler(regs, regs->gprs[15]); in arch_rethook_trampoline_callback()
/Linux-v6.6/kernel/trace/
Drethook.c284 unsigned long rethook_trampoline_handler(struct pt_regs *regs, in rethook_trampoline_handler() function
342 NOKPROBE_SYMBOL(rethook_trampoline_handler);
/Linux-v6.6/arch/x86/kernel/
Drethook.c86 rethook_trampoline_handler(regs, (unsigned long)frame_pointer); in arch_rethook_trampoline_callback()
/Linux-v6.6/include/linux/
Drethook.h91 unsigned long rethook_trampoline_handler(struct pt_regs *regs,