Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dftrace.h93 #define arch_ftrace_set_direct_caller(fregs, addr) \ macro
/openbmc/linux/arch/arm64/include/asm/
H A Dftrace.h150 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, in arch_ftrace_set_direct_caller() function
/openbmc/linux/arch/s390/include/asm/
H A Dftrace.h108 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, unsigned long addr) in arch_ftrace_set_direct_caller() function
/openbmc/linux/arch/x86/include/asm/
H A Dftrace.h92 #define arch_ftrace_set_direct_caller(fregs, addr) \ macro
/openbmc/linux/include/linux/
H A Dftrace.h465 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, in arch_ftrace_set_direct_caller() function
/openbmc/linux/kernel/trace/
H A Dftrace.c2565 arch_ftrace_set_direct_caller(fregs, addr); in call_direct_funcs()