Home
last modified time | relevance | path

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

/Linux-v5.15/arch/csky/kernel/
Dftrace.c155 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
184 *parent = return_hooker; in prepare_ftrace_return()
187 *(unsigned long *)frame_pointer = return_hooker; in prepare_ftrace_return()
/Linux-v5.15/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.15/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.15/arch/riscv/kernel/
Dftrace.c189 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
202 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v5.15/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.15/arch/arm64/kernel/
Dftrace.c258 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
272 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v5.15/arch/arm/kernel/
Dftrace.c207 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
214 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v5.15/arch/nds32/kernel/
Dftrace.c201 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
210 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v5.15/arch/mips/kernel/
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-v5.15/arch/x86/kernel/
Dftrace.c631 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
673 : [parent] "r" (parent), [return_hooker] "r" (return_hooker) in prepare_ftrace_return()
/Linux-v5.15/arch/powerpc/kernel/trace/
Dftrace.c963 unsigned long return_hooker; local
971 return_hooker = ppc_function_entry(return_to_handler);
974 parent = return_hooker;