Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/kernel/
Dftrace.c104 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
122 *parent = return_hooker; in prepare_ftrace_return()
/linux-4.1.27/arch/arm64/kernel/
Dftrace.c114 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
128 *parent = return_hooker; in prepare_ftrace_return()
/linux-4.1.27/arch/sparc/kernel/
Dftrace.c127 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
145 return return_hooker; in prepare_ftrace_return()
/linux-4.1.27/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-4.1.27/arch/tile/kernel/
Dftrace.c184 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
193 *parent = return_hooker; in prepare_ftrace_return()
/linux-4.1.27/arch/powerpc/kernel/
Dftrace.c520 unsigned long return_hooker; in prepare_ftrace_return() local
528 return_hooker = ppc_function_entry(return_to_handler); in prepare_ftrace_return()
540 parent = return_hooker; in prepare_ftrace_return()
/linux-4.1.27/arch/sh/kernel/
Dftrace.c345 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
378 : "r" (parent), "r" (return_hooker) in prepare_ftrace_return()
/linux-4.1.27/arch/arm/kernel/
Dftrace.c200 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
209 *parent = return_hooker; in prepare_ftrace_return()
/linux-4.1.27/arch/mips/kernel/
Dftrace.c339 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
381 safe_store_stack(return_hooker, parent_ra_addr, faulted); in prepare_ftrace_return()
/linux-4.1.27/arch/x86/kernel/
Dftrace.c973 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
1002 : [parent] "r" (parent), [return_hooker] "r" (return_hooker) in prepare_ftrace_return()