Lines Matching defs:fregs

130 #define arch_ftrace_regs(fregs) ((struct __arch_ftrace_regs *)(fregs))  argument
153 static __always_inline unsigned long ftrace_regs_get_instruction_pointer(const struct ftrace_regs in ftrace_regs_get_instruction_pointer()
159 static __always_inline void ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, in ftrace_regs_set_instruction_pointer()
165 static __always_inline unsigned long ftrace_regs_get_stack_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_stack_pointer()
170 static __always_inline unsigned long ftrace_regs_get_frame_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_frame_pointer()
175 static __always_inline unsigned long ftrace_regs_get_argument(struct ftrace_regs *fregs, in ftrace_regs_get_argument()
183 static __always_inline unsigned long ftrace_regs_get_return_value(const struct ftrace_regs *fregs) in ftrace_regs_get_return_value()
188 static __always_inline unsigned long ftrace_regs_get_return_address(const struct ftrace_regs *fregs) in ftrace_regs_get_return_address()
193 static __always_inline void ftrace_regs_set_return_value(struct ftrace_regs *fregs, in ftrace_regs_set_return_value()
199 static __always_inline void ftrace_override_function_with_return(struct ftrace_regs *fregs) in ftrace_override_function_with_return()
205 ftrace_partial_regs(const struct ftrace_regs *fregs, struct pt_regs *regs) in ftrace_partial_regs()
224 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, unsigned long addr) in arch_ftrace_set_direct_caller()