Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
H A Dftrace_dyn.c229 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
237 *parent = return_hooker; in prepare_ftrace_return()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dftrace.c75 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
87 *(unsigned long *)(callsite_sp + ra_off) = return_hooker; in prepare_ftrace_return()
H A Dftrace_dyn.c216 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
225 *parent = return_hooker; in prepare_ftrace_return()
/kernel/linux/linux-5.10/arch/csky/kernel/
H A Dftrace.c155 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
184 *parent = return_hooker; in prepare_ftrace_return()
187 *(unsigned long *)frame_pointer = return_hooker; in prepare_ftrace_return()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dftrace.c128 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
136 return return_hooker; in prepare_ftrace_return()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dftrace.c171 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
184 *parent = return_hooker; in prepare_ftrace_return()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dftrace.c164 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
177 *parent = return_hooker; in prepare_ftrace_return()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dftrace.c267 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
281 *parent = return_hooker; in prepare_ftrace_return()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dftrace.c201 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
210 *parent = return_hooker; in prepare_ftrace_return()
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dftrace.c325 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
358 : "r" (parent), "r" (return_hooker) in prepare_ftrace_return()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dftrace.c207 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
214 *parent = return_hooker; in prepare_ftrace_return()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dftrace.c321 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
363 /* *parent_ra_addr = return_hooker; */ in prepare_ftrace_return()
364 safe_store_stack(return_hooker, parent_ra_addr, faulted); in prepare_ftrace_return()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dftrace.c309 unsigned long return_hooker = (unsigned long) in prepare_ftrace_return() local
351 /* *parent_ra_addr = return_hooker; */ in prepare_ftrace_return()
352 safe_store_stack(return_hooker, parent_ra_addr, faulted); in prepare_ftrace_return()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dftrace.c231 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return() local
255 *parent = return_hooker; in prepare_ftrace_return()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dftrace.c634 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
663 "2: " _ASM_MOV " %[return_hooker], (%[parent])\n" in prepare_ftrace_return()
676 : [parent] "r" (parent), [return_hooker] "r" (return_hooker) in prepare_ftrace_return()
/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c800 unsigned long return_hooker; in __prepare_ftrace_return() local
813 return_hooker = ppc_function_entry(return_to_handler); in __prepare_ftrace_return()
816 parent = return_hooker; in __prepare_ftrace_return()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dftrace.c461 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
476 *parent = return_hooker; in prepare_ftrace_return()
/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/
H A Dftrace.c973 unsigned long return_hooker; local
981 return_hooker = ppc_function_entry(return_to_handler);
984 parent = return_hooker;
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dftrace.c624 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return() local
650 *parent = return_hooker; in prepare_ftrace_return()

Completed in 14 milliseconds