Home
last modified time | relevance | path

Searched refs:fgraph_ret_regs (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/arch/arm64/kernel/
Dasm-offsets.c206 DEFINE(FGRET_REGS_X0, offsetof(struct fgraph_ret_regs, regs[0])); in main()
207 DEFINE(FGRET_REGS_X1, offsetof(struct fgraph_ret_regs, regs[1])); in main()
208 DEFINE(FGRET_REGS_X2, offsetof(struct fgraph_ret_regs, regs[2])); in main()
209 DEFINE(FGRET_REGS_X3, offsetof(struct fgraph_ret_regs, regs[3])); in main()
210 DEFINE(FGRET_REGS_X4, offsetof(struct fgraph_ret_regs, regs[4])); in main()
211 DEFINE(FGRET_REGS_X5, offsetof(struct fgraph_ret_regs, regs[5])); in main()
212 DEFINE(FGRET_REGS_X6, offsetof(struct fgraph_ret_regs, regs[6])); in main()
213 DEFINE(FGRET_REGS_X7, offsetof(struct fgraph_ret_regs, regs[7])); in main()
214 DEFINE(FGRET_REGS_FP, offsetof(struct fgraph_ret_regs, fp)); in main()
215 DEFINE(FGRET_REGS_SIZE, sizeof(struct fgraph_ret_regs)); in main()
/linux-6.12.1/arch/loongarch/include/asm/
Dftrace.h104 struct fgraph_ret_regs { struct
112 static inline unsigned long fgraph_ret_regs_return_value(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_return_value() argument
117 static inline unsigned long fgraph_ret_regs_frame_pointer(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_frame_pointer()
/linux-6.12.1/arch/arm64/include/asm/
Dftrace.h186 struct fgraph_ret_regs { struct
194 static inline unsigned long fgraph_ret_regs_return_value(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_return_value() argument
199 static inline unsigned long fgraph_ret_regs_frame_pointer(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_frame_pointer()
/linux-6.12.1/arch/x86/include/asm/
Dftrace.h155 struct fgraph_ret_regs { struct
161 static inline unsigned long fgraph_ret_regs_return_value(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_return_value() argument
166 static inline unsigned long fgraph_ret_regs_frame_pointer(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_frame_pointer()
/linux-6.12.1/arch/s390/include/asm/
Dftrace.h68 struct fgraph_ret_regs { struct
73 static __always_inline unsigned long fgraph_ret_regs_return_value(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_return_value() argument
78 static __always_inline unsigned long fgraph_ret_regs_frame_pointer(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_frame_pointer()
/linux-6.12.1/arch/riscv/include/asm/
Dftrace.h209 struct fgraph_ret_regs { struct
216 static inline unsigned long fgraph_ret_regs_return_value(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_return_value() argument
221 static inline unsigned long fgraph_ret_regs_frame_pointer(struct fgraph_ret_regs *ret_regs) in fgraph_ret_regs_frame_pointer()
/linux-6.12.1/arch/loongarch/kernel/
Dasm-offsets.c286 OFFSET(FGRET_REGS_A0, fgraph_ret_regs, regs[0]); in output_fgraph_ret_regs_defines()
287 OFFSET(FGRET_REGS_A1, fgraph_ret_regs, regs[1]); in output_fgraph_ret_regs_defines()
288 OFFSET(FGRET_REGS_FP, fgraph_ret_regs, fp); in output_fgraph_ret_regs_defines()
289 DEFINE(FGRET_REGS_SIZE, sizeof(struct fgraph_ret_regs)); in output_fgraph_ret_regs_defines()
/linux-6.12.1/arch/s390/kernel/
Dasm-offsets.c183 OFFSET(__FGRAPH_RET_GPR2, fgraph_ret_regs, gpr2); in main()
184 OFFSET(__FGRAPH_RET_FP, fgraph_ret_regs, fp); in main()
185 DEFINE(__FGRAPH_RET_SIZE, sizeof(struct fgraph_ret_regs)); in main()
/linux-6.12.1/kernel/trace/
Dfgraph.c765 struct fgraph_ret_regs;
771 static unsigned long __ftrace_return_to_handler(struct fgraph_ret_regs *ret_regs, in __ftrace_return_to_handler()
831 unsigned long ftrace_return_to_handler(struct fgraph_ret_regs *ret_regs) in ftrace_return_to_handler()
/linux-6.12.1/include/linux/
Dftrace.h47 struct fgraph_ret_regs;
48 unsigned long ftrace_return_to_handler(struct fgraph_ret_regs *ret_regs);