Lines Matching defs:fregs

131 #define arch_ftrace_regs(fregs) ((struct __arch_ftrace_regs *)(fregs))  argument
154 static __always_inline unsigned long ftrace_regs_get_instruction_pointer(const struct ftrace_regs in ftrace_regs_get_instruction_pointer()
160 static __always_inline void ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, in ftrace_regs_set_instruction_pointer()
166 static __always_inline unsigned long ftrace_regs_get_stack_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_stack_pointer()
171 static __always_inline unsigned long ftrace_regs_get_frame_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_frame_pointer()
176 static __always_inline unsigned long ftrace_regs_get_argument(struct ftrace_regs *fregs, in ftrace_regs_get_argument()
184 static __always_inline unsigned long ftrace_regs_get_return_value(const struct ftrace_regs *fregs) in ftrace_regs_get_return_value()
189 static __always_inline unsigned long ftrace_regs_get_return_address(const struct ftrace_regs *fregs) in ftrace_regs_get_return_address()
194 static __always_inline void ftrace_regs_set_return_value(struct ftrace_regs *fregs, in ftrace_regs_set_return_value()
200 static __always_inline void ftrace_override_function_with_return(struct ftrace_regs *fregs) in ftrace_override_function_with_return()
206 ftrace_partial_regs(const struct ftrace_regs *fregs, struct pt_regs *regs) in ftrace_partial_regs()
225 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, unsigned long addr) in arch_ftrace_set_direct_caller()