Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/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.10/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.10/arch/riscv/kernel/
Dftrace.c161 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
174 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v5.10/arch/arm/kernel/
Dftrace.c177 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
184 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v5.10/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.10/arch/arm64/kernel/
Dftrace.c257 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
271 *parent = return_hooker; in prepare_ftrace_return()
/Linux-v5.10/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.10/arch/mips/kernel/
Dftrace.c321 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
364 safe_store_stack(return_hooker, parent_ra_addr, faulted); in prepare_ftrace_return()
/Linux-v5.10/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.10/arch/powerpc/kernel/trace/
Dftrace.c964 unsigned long return_hooker; local
972 return_hooker = ppc_function_entry(return_to_handler);
975 parent = return_hooker;