Home
last modified time | relevance | path

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

/Linux-v5.4/arch/csky/kernel/
Dftrace.c142 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
171 *parent = return_hooker; in prepare_ftrace_return()
174 *(unsigned long *)frame_pointer = return_hooker; in prepare_ftrace_return()
/Linux-v5.4/arch/sparc/kernel/
Dftrace.c128 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
136 return return_hooker; in prepare_ftrace_return()
/Linux-v5.4/arch/riscv/kernel/
Dftrace.c133 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
146 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v5.4/arch/microblaze/kernel/
Dftrace.c26 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
53 : "r" (parent), "r" (return_hooker) in prepare_ftrace_return()
/Linux-v5.4/arch/arm64/kernel/
Dftrace.c229 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
243 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v5.4/arch/sh/kernel/
Dftrace.c325 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
358 : "r" (parent), "r" (return_hooker) in prepare_ftrace_return()
/Linux-v5.4/arch/arm/kernel/
Dftrace.c185 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
192 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v5.4/arch/nds32/kernel/
Dftrace.c212 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
221 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v5.4/arch/mips/kernel/
Dftrace.c325 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-v5.4/arch/powerpc/kernel/trace/
Dftrace.c950 unsigned long return_hooker; local
958 return_hooker = ppc_function_entry(return_to_handler);
961 parent = return_hooker;
/Linux-v5.4/arch/x86/kernel/
Dftrace.c1024 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
1065 : [parent] "r" (parent), [return_hooker] "r" (return_hooker) in prepare_ftrace_return()