Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dftrace.c53 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
65 *(unsigned long *)(callsite_sp + ra_off) = return_hooker; in prepare_ftrace_return()
/linux/arch/csky/kernel/
H A 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/arch/sparc/kernel/
H A 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/arch/microblaze/kernel/
H A Dftrace.c26 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
53 : "r" (parent), "r" (return_hooker) in prepare_ftrace_return()
/linux/arch/sh/kernel/
H A 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/arch/mips/kernel/
H A 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()