return_hooker     185 arch/arm/kernel/ftrace.c 	unsigned long return_hooker = (unsigned long) &return_to_handler;
return_hooker     192 arch/arm/kernel/ftrace.c 	*parent = return_hooker;
return_hooker     229 arch/arm64/kernel/ftrace.c 	unsigned long return_hooker = (unsigned long)&return_to_handler;
return_hooker     243 arch/arm64/kernel/ftrace.c 		*parent = return_hooker;
return_hooker     142 arch/csky/kernel/ftrace.c 	unsigned long return_hooker = (unsigned long)&return_to_handler;
return_hooker     171 arch/csky/kernel/ftrace.c 		*parent = return_hooker;
return_hooker     174 arch/csky/kernel/ftrace.c 			*(unsigned long *)frame_pointer = return_hooker;
return_hooker      26 arch/microblaze/kernel/ftrace.c 	unsigned long return_hooker = (unsigned long)
return_hooker      53 arch/microblaze/kernel/ftrace.c 			: "r" (parent), "r" (return_hooker)
return_hooker     325 arch/mips/kernel/ftrace.c 	unsigned long return_hooker = (unsigned long)
return_hooker     368 arch/mips/kernel/ftrace.c 	safe_store_stack(return_hooker, parent_ra_addr, faulted);
return_hooker     212 arch/nds32/kernel/ftrace.c 	unsigned long return_hooker = (unsigned long)&return_to_handler;
return_hooker     221 arch/nds32/kernel/ftrace.c 		*parent = return_hooker;
return_hooker     950 arch/powerpc/kernel/trace/ftrace.c 	unsigned long return_hooker;
return_hooker     958 arch/powerpc/kernel/trace/ftrace.c 	return_hooker = ppc_function_entry(return_to_handler);
return_hooker     961 arch/powerpc/kernel/trace/ftrace.c 		parent = return_hooker;
return_hooker     133 arch/riscv/kernel/ftrace.c 	unsigned long return_hooker = (unsigned long)&return_to_handler;
return_hooker     146 arch/riscv/kernel/ftrace.c 		*parent = return_hooker;
return_hooker     325 arch/sh/kernel/ftrace.c 	unsigned long return_hooker = (unsigned long)&return_to_handler;
return_hooker     358 arch/sh/kernel/ftrace.c 		: "r" (parent), "r" (return_hooker)
return_hooker     128 arch/sparc/kernel/ftrace.c 	unsigned long return_hooker = (unsigned long) &return_to_handler;
return_hooker     136 arch/sparc/kernel/ftrace.c 	return return_hooker;
return_hooker    1024 arch/x86/kernel/ftrace.c 	unsigned long return_hooker = (unsigned long)
return_hooker    1065 arch/x86/kernel/ftrace.c 		: [parent] "r" (parent), [return_hooker] "r" (return_hooker)