Home
last modified time | relevance | path

Searched refs:return_to_handler (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v5.15/arch/riscv/kernel/
Dmcount.S57 ENTRY(return_to_handler)
77 ENDPROC(return_to_handler)
Dftrace.c189 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return()
/Linux-v5.15/arch/sparc/lib/
Dmcount.S119 ENTRY(return_to_handler)
125 END(return_to_handler)
/Linux-v5.15/arch/x86/kernel/
Dftrace_32.S183 .globl return_to_handler
184 return_to_handler: label
Dftrace_64.S337 SYM_FUNC_START(return_to_handler)
352 SYM_FUNC_END(return_to_handler)
/Linux-v5.15/arch/nds32/kernel/
Dftrace.c201 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return()
228 void __naked return_to_handler(void) in return_to_handler() function
/Linux-v5.15/Documentation/livepatch/
Dreliable-stacktrace.rst181 'return_to_handler' return trampoline:
185 SYM_CODE_START(return_to_handler)
201 SYM_CODE_END(return_to_handler)
204 the start of return_to_handler, and the original return address is stored in
208 When the traced function returns to return_to_handler, there is no longer a
212 arbitrarily by the compiler before being returned in rax. The return_to_handler
219 It is recommended that architectures unwind cases where return_to_handler has
221 middle of return_to_handler and can report this as unreliable. Architectures
/Linux-v5.15/arch/mips/kernel/
Dmcount.S202 .globl return_to_handler
203 return_to_handler: label
/Linux-v5.15/arch/csky/abiv2/
Dmcount.S176 ENTRY(return_to_handler)
182 END(return_to_handler)
/Linux-v5.15/arch/arm64/include/asm/
Dftrace.h53 extern void return_to_handler(void);
/Linux-v5.15/arch/sh/lib/
Dmcount.S227 .globl return_to_handler
228 return_to_handler: label
/Linux-v5.15/arch/powerpc/kernel/trace/
Dftrace_64.S34 _GLOBAL(return_to_handler)
Dftrace_32.S74 _GLOBAL(return_to_handler)
/Linux-v5.15/arch/arm64/kernel/
Dentry-ftrace.S324 SYM_CODE_START(return_to_handler)
344 SYM_CODE_END(return_to_handler)
Dstacktrace.c118 (ptrauth_strip_insn_pac(frame->pc) == (unsigned long)return_to_handler)) { in unwind_frame()
Dftrace.c258 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return()
/Linux-v5.15/arch/sparc/kernel/
Dstacktrace.c60 if ((pc + 8UL) == (unsigned long) &return_to_handler) { in __save_stack_trace()
Dftrace.c128 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return()
/Linux-v5.15/arch/arm/kernel/
Dentry-ftrace.S259 .globl return_to_handler
260 return_to_handler: label
Dftrace.c207 unsigned long return_hooker = (unsigned long) &return_to_handler; in prepare_ftrace_return()
/Linux-v5.15/arch/sh/kernel/
Ddumpstack.c63 if (addr != (unsigned long)return_to_handler) in print_ftrace_graph_addr()
Dftrace.c325 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return()
/Linux-v5.15/arch/microblaze/kernel/
Dftrace.c27 &return_to_handler; in prepare_ftrace_return()
/Linux-v5.15/kernel/trace/
Dfgraph.c302 if (ret != (unsigned long)dereference_kernel_function_descriptor(return_to_handler)) in ftrace_graph_ret_addr()
320 if (ret != (unsigned long)dereference_kernel_function_descriptor(return_to_handler)) in ftrace_graph_ret_addr()
/Linux-v5.15/arch/csky/kernel/
Dftrace.c155 unsigned long return_hooker = (unsigned long)&return_to_handler; in prepare_ftrace_return()

12