Home
last modified time | relevance | path

Searched refs:arch_ftrace_set_direct_caller (Results 1 – 4 of 4) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dftrace.h81 #define arch_ftrace_set_direct_caller(fregs, addr) \ macro
/linux/arch/powerpc/include/asm/
H A Dftrace.h167 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, unsigned long addr) in arch_ftrace_set_direct_caller() function
/linux/arch/riscv/include/asm/
H A Dftrace.h230 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, unsigned long addr) in arch_ftrace_set_direct_caller() function
/linux/kernel/trace/
H A Dftrace.c2644 arch_ftrace_set_direct_caller(fregs, addr); in call_direct_funcs()