Home
last modified time | relevance | path

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

/linux/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/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/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/arch/riscv/kernel/
A Dftrace.c184 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
197 *parent = return_hooker; in prepare_ftrace_return()
/linux/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/arch/arm64/kernel/
A Dftrace.c251 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
266 *parent = return_hooker; in prepare_ftrace_return()
/linux/arch/arm/kernel/
A Dftrace.c202 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
209 *parent = return_hooker; in prepare_ftrace_return()
/linux/arch/nds32/kernel/
A Dftrace.c196 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
205 *parent = return_hooker; in prepare_ftrace_return()
/linux/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/arch/powerpc/kernel/trace/
A Dftrace.c963 unsigned long return_hooker; local
971 return_hooker = ppc_function_entry(return_to_handler);
974 parent = return_hooker;
/linux/arch/x86/kernel/
A Dftrace.c638 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
664 *parent = return_hooker; in prepare_ftrace_return()

Completed in 25 milliseconds