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

/arch/blackfin/kernel/
H A Dftrace.c104 unsigned long return_hooker = (unsigned long)&return_to_handler; local
122 *parent = return_hooker;
/arch/powerpc/kernel/
H A Dftrace.c526 unsigned long return_hooker = (unsigned long)&return_to_handler; local
537 return_hooker = (unsigned long)&mod_return_to_handler;
540 return_hooker = ppc_function_entry((void *)return_hooker);
549 "2: " PPC_STL "%[return_hooker], 0(%[parent])\n"
565 : [parent] "r" (parent), [return_hooker] "r" (return_hooker)
/arch/arm64/kernel/
H A Dftrace.c114 unsigned long return_hooker = (unsigned long)&return_to_handler; local
128 *parent = return_hooker;
/arch/microblaze/kernel/
H A Dftrace.c27 unsigned long return_hooker = (unsigned long) local
54 : "r" (parent), "r" (return_hooker)
/arch/sparc/kernel/
H A Dftrace.c127 unsigned long return_hooker = (unsigned long) &return_to_handler; local
145 return return_hooker;
/arch/arm/kernel/
H A Dftrace.c201 unsigned long return_hooker = (unsigned long) &return_to_handler; local
210 *parent = return_hooker;
/arch/sh/kernel/
H A Dftrace.c345 unsigned long return_hooker = (unsigned long)&return_to_handler; local
378 : "r" (parent), "r" (return_hooker)
/arch/tile/kernel/
H A Dftrace.c180 unsigned long return_hooker = (unsigned long) &return_to_handler; local
189 *parent = return_hooker;
/arch/mips/kernel/
H A Dftrace.c339 unsigned long return_hooker = (unsigned long) local
380 /* *parent_ra_addr = return_hooker; */
381 safe_store_stack(return_hooker, parent_ra_addr, faulted);
/arch/x86/kernel/
H A Dftrace.c703 unsigned long return_hooker = (unsigned long) local
719 "2: " _ASM_MOV " %[return_hooker], (%[parent])\n"
732 : [parent] "r" (parent), [return_hooker] "r" (return_hooker)

Completed in 63 milliseconds