Searched refs:return_hooker (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Dftrace.c53 unsigned long return_hooker = (unsigned long)&return_to_handler; local
65 *(unsigned long *)(callsite_sp + ra_off) = return_hooker;
H A Dftrace_dyn.c229 unsigned long return_hooker = (unsigned long)&return_to_handler; local
237 *parent = return_hooker;
/linux-master/arch/csky/kernel/
H A Dftrace.c150 unsigned long return_hooker = (unsigned long)&return_to_handler; local
179 *parent = return_hooker;
182 *(unsigned long *)frame_pointer = return_hooker;
/linux-master/arch/sparc/kernel/
H A Dftrace.c123 unsigned long return_hooker = (unsigned long) &return_to_handler; local
131 return return_hooker;
/linux-master/arch/microblaze/kernel/
H A Dftrace.c26 unsigned long return_hooker = (unsigned long) local
53 : "r" (parent), "r" (return_hooker)
/linux-master/arch/riscv/kernel/
H A Dftrace.c164 unsigned long return_hooker = (unsigned long)&return_to_handler; local
177 *parent = return_hooker;
/linux-master/arch/sh/kernel/
H A Dftrace.c320 unsigned long return_hooker = (unsigned long)&return_to_handler; local
353 : "r" (parent), "r" (return_hooker)
/linux-master/arch/mips/kernel/
H A Dftrace.c309 unsigned long return_hooker = (unsigned long) local
351 /* *parent_ra_addr = return_hooker; */
352 safe_store_stack(return_hooker, parent_ra_addr, faulted);
/linux-master/arch/arm/kernel/
H A Dftrace.c231 unsigned long return_hooker = (unsigned long) &return_to_handler; local
255 *parent = return_hooker;
/linux-master/arch/arm64/kernel/
H A Dftrace.c461 unsigned long return_hooker = (unsigned long)&return_to_handler; local
476 *parent = return_hooker;
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c805 unsigned long return_hooker; local
818 return_hooker = ppc_function_entry(return_to_handler);
821 parent = return_hooker;
/linux-master/arch/x86/kernel/
H A Dftrace.c625 unsigned long return_hooker = (unsigned long)&return_to_handler; local
651 *parent = return_hooker;

Completed in 194 milliseconds