Searched defs:trampoline (Results 1 - 3 of 3) sorted by relevance

/arch/s390/kernel/
H A Duprobes.c111 unsigned long arch_uretprobe_hijack_return_addr(unsigned long trampoline, argument
117 regs->gprs[14] = trampoline;
H A Dkprobes.c242 /* Replace the return addr with trampoline addr */
344 * Function return probe trampoline:
356 * Called when the probe at kretprobe trampoline is hit
659 static struct kprobe trampoline = { variable in typeref:struct:kprobe
666 return register_kprobe(&trampoline);
/arch/powerpc/kernel/
H A Dmodule_64.c106 * so we don't have to modify the trampoline load instruction. */
177 int module_trampoline_target(struct module *mod, u32 *trampoline, argument
185 if (probe_kernel_read(buf, trampoline, sizeof(buf)))
195 * Now get the address this trampoline jumps to. This
196 * is always 32 bytes into our trampoline stub.
301 /* make the trampoline to the ftrace_caller */

Completed in 69 milliseconds