Home
last modified time | relevance | path

Searched refs:arch_ftrace_set_direct_caller (Results 1 – 5 of 5) 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.h152 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, unsigned long addr) in arch_ftrace_set_direct_caller() function
/linux/arch/arm64/include/asm/
H A Dftrace.h176 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, in arch_ftrace_set_direct_caller() function
/linux/include/linux/
H A Dftrace.h568 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, in arch_ftrace_set_direct_caller() function
/linux/kernel/trace/
H A Dftrace.c2594 arch_ftrace_set_direct_caller(fregs, addr); in call_direct_funcs()