Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dftrace.c128 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
145 return return_hooker; in prepare_ftrace_return()
/Linux-v4.19/arch/riscv/kernel/
Dftrace.c133 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
157 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v4.19/arch/microblaze/kernel/
Dftrace.c27 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
54 : "r" (parent), "r" (return_hooker) in prepare_ftrace_return()
/Linux-v4.19/arch/arm64/kernel/
Dftrace.c217 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
244 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v4.19/arch/sh/kernel/
Dftrace.c326 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
359 : "r" (parent), "r" (return_hooker) in prepare_ftrace_return()
/Linux-v4.19/arch/nds32/kernel/
Dftrace.c213 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
236 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v4.19/arch/arm/kernel/
Dftrace.c229 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
238 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v4.19/arch/mips/kernel/
Dftrace.c326 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
368 safe_store_stack(return_hooker, parent_ra_addr, faulted); in prepare_ftrace_return()
/Linux-v4.19/arch/powerpc/kernel/trace/
Dftrace.c701 unsigned long return_hooker; local
709 return_hooker = ppc_function_entry(return_to_handler);
722 parent = return_hooker;
/Linux-v4.19/arch/x86/kernel/
Dftrace.c998 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
1039 : [parent] "r" (parent), [return_hooker] "r" (return_hooker) in prepare_ftrace_return()