Home
last modified time | relevance | path

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

/linux-5.19.10/arch/csky/kernel/
Dftrace.c150 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
179 *parent = return_hooker; in prepare_ftrace_return()
182 *(unsigned long *)frame_pointer = return_hooker; in prepare_ftrace_return()
/linux-5.19.10/arch/sparc/kernel/
Dftrace.c123 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
131 return return_hooker; in prepare_ftrace_return()
/linux-5.19.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-5.19.10/arch/riscv/kernel/
Dftrace.c182 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
195 *parent = return_hooker; in prepare_ftrace_return()
/linux-5.19.10/arch/sh/kernel/
Dftrace.c320 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
353 : "r" (parent), "r" (return_hooker) in prepare_ftrace_return()
/linux-5.19.10/arch/arm64/kernel/
Dftrace.c246 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
261 *parent = return_hooker; in prepare_ftrace_return()
/linux-5.19.10/arch/arm/kernel/
Dftrace.c231 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
255 *parent = return_hooker; in prepare_ftrace_return()
/linux-5.19.10/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-5.19.10/arch/powerpc/kernel/trace/
Dftrace.c798 unsigned long return_hooker; in __prepare_ftrace_return() local
811 return_hooker = ppc_function_entry(return_to_handler); in __prepare_ftrace_return()
814 parent = return_hooker; in __prepare_ftrace_return()
/linux-5.19.10/arch/x86/kernel/
Dftrace.c622 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
648 *parent = return_hooker; in prepare_ftrace_return()