Home
last modified time | relevance | path

Searched defs:ret_regs (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/loongarch/include/asm/
H A Dftrace.h113 static inline unsigned long fgraph_ret_regs_return_value(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_return_value()
118 static inline unsigned long fgraph_ret_regs_frame_pointer(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_frame_pointer()
/openbmc/linux/arch/x86/include/asm/
H A Dftrace.h161 static inline unsigned long fgraph_ret_regs_return_value(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_return_value()
166 static inline unsigned long fgraph_ret_regs_frame_pointer(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_frame_pointer()
/openbmc/linux/arch/riscv/include/asm/
H A Dftrace.h149 static inline unsigned long fgraph_ret_regs_return_value(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_return_value()
154 static inline unsigned long fgraph_ret_regs_frame_pointer(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_frame_pointer()
/openbmc/linux/arch/s390/include/asm/
H A Dftrace.h63 static __always_inline unsigned long fgraph_ret_regs_return_value(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_return_value()
68 static __always_inline unsigned long fgraph_ret_regs_frame_pointer(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_frame_pointer()
/openbmc/linux/arch/arm64/include/asm/
H A Dftrace.h205 static inline unsigned long fgraph_ret_regs_return_value(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_return_value()
210 static inline unsigned long fgraph_ret_regs_frame_pointer(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_frame_pointer()
/openbmc/linux/kernel/trace/
H A Dfgraph.c247 static unsigned long __ftrace_return_to_handler(struct fgraph_ret_regs *ret_regs, in __ftrace_return_to_handler()
282 unsigned long ftrace_return_to_handler(struct fgraph_ret_regs *ret_regs) in ftrace_return_to_handler()