Home
last modified time | relevance | path

Searched refs:return_hooker (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/arch/loongarch/kernel/
A Dftrace.c53 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
65 *(unsigned long *)(callsite_sp + ra_off) = return_hooker; in prepare_ftrace_return()
A Dftrace_dyn.c225 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
233 *parent = return_hooker; in prepare_ftrace_return()
/linux-6.3-rc2/arch/csky/kernel/
A Dftrace.c150 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
179 *parent = return_hooker; in prepare_ftrace_return()
182 *(unsigned long *)frame_pointer = return_hooker; in prepare_ftrace_return()
/linux-6.3-rc2/arch/sparc/kernel/
A Dftrace.c123 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
131 return return_hooker; in prepare_ftrace_return()
/linux-6.3-rc2/arch/riscv/kernel/
A Dftrace.c164 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
177 *parent = return_hooker; in prepare_ftrace_return()
/linux-6.3-rc2/arch/microblaze/kernel/
A Dftrace.c26 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
53 : "r" (parent), "r" (return_hooker) in prepare_ftrace_return()
/linux-6.3-rc2/arch/sh/kernel/
A Dftrace.c320 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
353 : "r" (parent), "r" (return_hooker) in prepare_ftrace_return()
/linux-6.3-rc2/arch/arm/kernel/
A Dftrace.c231 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
255 *parent = return_hooker; in prepare_ftrace_return()
/linux-6.3-rc2/arch/mips/kernel/
A Dftrace.c309 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
352 safe_store_stack(return_hooker, parent_ra_addr, faulted); in prepare_ftrace_return()
/linux-6.3-rc2/arch/arm64/kernel/
A Dftrace.c437 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
452 *parent = return_hooker; in prepare_ftrace_return()
/linux-6.3-rc2/arch/powerpc/kernel/trace/
A Dftrace.c800 unsigned long return_hooker; in __prepare_ftrace_return() local
813 return_hooker = ppc_function_entry(return_to_handler); in __prepare_ftrace_return()
816 parent = return_hooker; in __prepare_ftrace_return()
/linux-6.3-rc2/arch/x86/kernel/
A Dftrace.c628 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
654 *parent = return_hooker; in prepare_ftrace_return()

Completed in 15 milliseconds