Home
last modified time | relevance | path

Searched refs:correct_ret_addr (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/kernel/trace/
H A Drethook.c278 unsigned long correct_ret_addr) in arch_rethook_fixup_return() argument
293 unsigned long correct_ret_addr; in rethook_trampoline_handler() local
297 correct_ret_addr = __rethook_find_ret_addr(current, &node); in rethook_trampoline_handler()
298 if (!correct_ret_addr) { in rethook_trampoline_handler()
303 instruction_pointer_set(regs, correct_ret_addr); in rethook_trampoline_handler()
323 correct_ret_addr, regs); in rethook_trampoline_handler()
331 arch_rethook_fixup_return(regs, correct_ret_addr); in rethook_trampoline_handler()
345 return correct_ret_addr; in rethook_trampoline_handler()
/openbmc/linux/arch/s390/kernel/
H A Drethook.c17 unsigned long correct_ret_addr) in arch_rethook_fixup_return() argument
20 regs->gprs[14] = correct_ret_addr; in arch_rethook_fixup_return()
/openbmc/linux/arch/x86/kernel/
H A Drethook.c108 unsigned long correct_ret_addr) in arch_rethook_fixup_return() argument
113 *frame_pointer = correct_ret_addr; in arch_rethook_fixup_return()
/openbmc/linux/arch/parisc/kernel/
H A Dkprobes.c203 kprobe_opcode_t *correct_ret_addr) in arch_kretprobe_fixup_return() argument
205 regs->gr[2] = (unsigned long)correct_ret_addr; in arch_kretprobe_fixup_return()
/openbmc/linux/include/linux/
H A Drethook.h93 unsigned long correct_ret_addr);
H A Dkprobes.h216 kprobe_opcode_t *correct_ret_addr);
/openbmc/linux/kernel/
H A Dkprobes.c2023 kprobe_opcode_t *correct_ret_addr) in arch_kretprobe_fixup_return() argument
2036 kprobe_opcode_t *correct_ret_addr; in __kretprobe_trampoline_handler() local
2040 correct_ret_addr = __kretprobe_find_ret_addr(current, &node); in __kretprobe_trampoline_handler()
2041 if (!correct_ret_addr) { in __kretprobe_trampoline_handler()
2051 instruction_pointer_set(regs, (unsigned long)correct_ret_addr); in __kretprobe_trampoline_handler()
2066 ri->ret_addr = correct_ret_addr; in __kretprobe_trampoline_handler()
2076 arch_kretprobe_fixup_return(regs, correct_ret_addr); in __kretprobe_trampoline_handler()
2091 return (unsigned long)correct_ret_addr; in __kretprobe_trampoline_handler()