Home
last modified time | relevance | path

Searched defs:fregs (Results 1 – 25 of 40) sorted by relevance

12

/linux/arch/sh/math-emu/
H A Dmath.c81 fcmp_gt(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_gt()
92 fcmp_eq(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_eq()
108 fadd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fadd()
115 fsub(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fsub()
122 fmul(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmul()
129 fdiv(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fdiv()
136 fmac(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmac()
157 fmov_idx_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_idx_reg()
173 fmov_mem_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_mem_reg()
189 fmov_inc_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_inc_reg()
[all …]
/linux/arch/arm64/include/asm/
H A Dftrace.h63 #define arch_ftrace_regs(fregs) ((struct __arch_ftrace_regs *)(fregs)) argument
89 ftrace_regs_get_instruction_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_instruction_pointer()
95 ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, in ftrace_regs_set_instruction_pointer()
102 ftrace_regs_get_stack_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_stack_pointer()
108 ftrace_regs_get_argument(struct ftrace_regs *fregs, unsigned int n) in ftrace_regs_get_argument()
116 ftrace_regs_get_return_value(const struct ftrace_regs *fregs) in ftrace_regs_get_return_value()
122 ftrace_regs_set_return_value(struct ftrace_regs *fregs, in ftrace_regs_set_return_value()
129 ftrace_override_function_with_return(struct ftrace_regs *fregs) in ftrace_override_function_with_return()
135 ftrace_regs_get_frame_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_frame_pointer()
141 ftrace_regs_get_return_address(const struct ftrace_regs *fregs) in ftrace_regs_get_return_address()
[all …]
/linux/arch/riscv/include/asm/
H A Dftrace.h125 #define arch_ftrace_regs(fregs) ((struct __arch_ftrace_regs *)(fregs)) argument
158 static __always_inline unsigned long ftrace_regs_get_instruction_pointer(const struct ftrace_regs in ftrace_regs_get_instruction_pointer()
164 static __always_inline void ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, in ftrace_regs_set_instruction_pointer()
170 static __always_inline unsigned long ftrace_regs_get_stack_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_stack_pointer()
175 static __always_inline unsigned long ftrace_regs_get_frame_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_frame_pointer()
180 static __always_inline unsigned long ftrace_regs_get_argument(struct ftrace_regs *fregs, in ftrace_regs_get_argument()
188 static __always_inline unsigned long ftrace_regs_get_return_value(const struct ftrace_regs *fregs) in ftrace_regs_get_return_value()
193 static __always_inline unsigned long ftrace_regs_get_return_address(const struct ftrace_regs *fregs) in ftrace_regs_get_return_address()
198 static __always_inline void ftrace_regs_set_return_value(struct ftrace_regs *fregs, in ftrace_regs_set_return_value()
204 static __always_inline void ftrace_override_function_with_return(struct ftrace_regs *fregs) in ftrace_override_function_with_return()
[all …]
/linux/arch/powerpc/include/asm/
H A Dftrace.h40 static __always_inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs()
46 #define arch_ftrace_fill_perf_regs(fregs, _regs) do { \ argument
55 ftrace_regs_get_return_value(const struct ftrace_regs *fregs) in ftrace_regs_get_return_value()
63 ftrace_regs_get_frame_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_frame_pointer()
69 ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, in ftrace_regs_set_instruction_pointer()
76 ftrace_regs_get_return_address(struct ftrace_regs *fregs) in ftrace_regs_get_return_address()
167 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, unsigned long addr) in arch_ftrace_set_direct_caller()
/linux/arch/loongarch/include/asm/
H A Dftrace.h49 static __always_inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs()
55 ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, unsigned long ip) in ftrace_regs_set_instruction_pointer()
61 #define ftrace_regs_get_frame_pointer(fregs) \ argument
65 ftrace_regs_get_return_address(struct ftrace_regs *fregs) in ftrace_regs_get_return_address()
81 #define arch_ftrace_set_direct_caller(fregs, addr) \ argument
/linux/arch/s390/include/asm/
H A Dftrace.h58 static __always_inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs()
68 ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, in ftrace_regs_set_instruction_pointer()
76 ftrace_regs_get_frame_pointer(struct ftrace_regs *fregs) in ftrace_regs_get_frame_pointer()
82 ftrace_regs_get_return_address(const struct ftrace_regs *fregs) in ftrace_regs_get_return_address()
87 #define arch_ftrace_fill_perf_regs(fregs, _regs) do { \ argument
101 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, unsigned long addr) in arch_ftrace_set_direct_caller()
/linux/kernel/trace/
H A Dtrace_selftest.c111 struct ftrace_regs *fregs) in trace_selftest_test_probe1_func()
120 struct ftrace_regs *fregs) in trace_selftest_test_probe2_func()
129 struct ftrace_regs *fregs) in trace_selftest_test_probe3_func()
138 struct ftrace_regs *fregs) in trace_selftest_test_global_func()
147 struct ftrace_regs *fregs) in trace_selftest_test_dyn_func()
452 struct ftrace_regs *fregs) in trace_selftest_test_recursion_func()
467 struct ftrace_regs *fregs) in trace_selftest_test_recursion_safe_func()
586 struct ftrace_regs *fregs) in trace_selftest_test_regs_func()
778 struct ftrace_regs *fregs) in store_entry()
812 struct ftrace_regs *fregs) in store_return()
[all …]
H A Dfgraph.c296 struct ftrace_regs *fregs) in entry_run()
303 struct ftrace_regs *fregs) in return_run()
523 struct ftrace_regs *fregs) in ftrace_graph_entry_stub()
530 struct ftrace_regs *fregs) in ftrace_graph_ret_stub()
654 struct ftrace_regs *fregs) in function_graph_enter_regs()
812 __ftrace_return_to_handler(struct ftrace_regs *fregs, unsigned long frame_pointer) in __ftrace_return_to_handler()
885 unsigned long ftrace_return_to_handler(struct ftrace_regs *fregs) in ftrace_return_to_handler()
1198 struct ftrace_regs *fregs) in fgraph_pid_func()
H A Dtrace_fprobe.c281 struct ftrace_regs *fregs = rec; in process_fetch_insn() local
353 struct ftrace_regs *fregs) in fentry_trace_func()
363 void store_fprobe_entry_data(void *edata, struct trace_probe *tp, struct ftrace_regs *fregs) in store_fprobe_entry_data()
394 unsigned long ret_ip, struct ftrace_regs *fregs, in trace_fprobe_entry_handler()
440 unsigned long ret_ip, struct ftrace_regs *fregs, void *entry_data) in fexit_trace_func()
452 struct ftrace_regs *fregs) in fentry_perf_func()
487 unsigned long ret_ip, struct ftrace_regs *fregs, in fexit_perf_func()
522 unsigned long ret_ip, struct ftrace_regs *fregs, in fentry_dispatcher()
541 unsigned long ret_ip, struct ftrace_regs *fregs, in fexit_dispatcher()
H A Dtrace_functions.c188 function_get_true_parent_ip(unsigned long parent_ip, struct ftrace_regs *fregs) in function_get_true_parent_ip()
201 function_get_true_parent_ip(unsigned long parent_ip, struct ftrace_regs *fregs) in function_get_true_parent_ip()
209 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_trace_call()
233 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_args_trace_call()
273 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_stack_trace_call()
343 struct ftrace_regs *fregs) in function_no_repeats_trace_call()
384 struct ftrace_regs *fregs) in function_stack_no_repeats_trace_call()
H A Dtrace_functions_graph.c128 unsigned int trace_ctx, struct ftrace_regs *fregs) in __graph_entry()
169 struct ftrace_regs *fregs) in __trace_graph_retaddr_entry()
203 struct ftrace_regs *fregs) in __trace_graph_retaddr_entry()
227 struct ftrace_regs *fregs) in graph_entry()
296 struct ftrace_regs *fregs) in trace_graph_entry()
303 struct ftrace_regs *fregs) in trace_graph_entry_args()
369 struct fgraph_ops *gops, struct ftrace_regs *fregs) in trace_graph_return()
401 struct ftrace_regs *fregs) in trace_graph_thresh_return()
H A Dfprobe.c227 struct fprobe *fp, struct ftrace_regs *fregs, in __fprobe_handler()
237 struct fprobe *fp, struct ftrace_regs *fregs, in __fprobe_kprobe_handler()
261 struct ftrace_ops *ops, struct ftrace_regs *fregs) in fprobe_ftrace_entry()
374 struct ftrace_regs *fregs) in fprobe_fgraph_entry()
463 struct ftrace_regs *fregs) in fprobe_return()
H A Dtrace_sched_wakeup.c117 struct ftrace_regs *fregs) in wakeup_graph_entry()
153 struct ftrace_regs *fregs) in wakeup_graph_return()
228 struct ftrace_ops *op, struct ftrace_regs *fregs) in wakeup_tracer_call()
H A Dtrace_irqsoff.c141 struct ftrace_ops *op, struct ftrace_regs *fregs) in irqsoff_tracer_call()
180 struct ftrace_regs *fregs) in irqsoff_graph_entry()
217 struct ftrace_regs *fregs) in irqsoff_graph_return()
/linux/lib/tests/
H A Dtest_fprobe.c37 struct ftrace_regs *fregs, void *data) in fp_entry_handler()
56 struct ftrace_regs *fregs, void *data) in fp_exit_handler()
197 struct ftrace_regs *fregs, void *data) in entry_only_handler()
210 struct ftrace_regs *fregs, in fprobe_entry_multi_handler()
224 struct ftrace_regs *fregs, in fprobe_exit_multi_handler()
/linux/arch/mips/kernel/
H A Dptrace32.c95 union fpureg *fregs; in compat_arch_ptrace() local
211 union fpureg *fregs = get_fpu_regs(child); in compat_arch_ptrace() local
H A Dptrace.c367 union fpureg *fregs = get_fpu_regs(child); in ptrace_getfpregs() local
384 union fpureg *fregs; in ptrace_setfpregs() local
1113 union fpureg *fregs; in arch_ptrace() local
1217 union fpureg *fregs = get_fpu_regs(child); in arch_ptrace() local
/linux/include/linux/
H A Dftrace.h169 static inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs()
179 #define ftrace_regs_set_instruction_pointer(fregs, ip) do { } while (0) argument
188 static __always_inline struct pt_regs *ftrace_get_regs(struct ftrace_regs *fregs) in ftrace_get_regs()
204 ftrace_partial_regs(struct ftrace_regs *fregs, struct pt_regs *regs) in ftrace_partial_regs()
232 #define arch_ftrace_fill_perf_regs(fregs, _regs) do {} while (0) argument
236 ftrace_fill_perf_regs(struct ftrace_regs *fregs, struct pt_regs *regs) in ftrace_fill_perf_regs()
245 ftrace_fill_perf_regs(struct ftrace_regs *fregs, struct pt_regs *regs) in ftrace_fill_perf_regs()
256 static __always_inline bool ftrace_regs_has_args(struct ftrace_regs *fregs) in ftrace_regs_has_args()
266 ftrace_regs_get_kernel_stack_nth(struct ftrace_regs *fregs, unsigned int nth) in ftrace_regs_get_kernel_stack_nth()
278 #define ftrace_regs_get_kernel_stack_nth(fregs, nth) (0L) argument
[all …]
/linux/arch/parisc/kernel/
H A Dftrace.c59 struct ftrace_regs *fregs) in ftrace_function_trampoline()
202 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux/samples/ftrace/
H A Dftrace-ops.c102 struct ftrace_regs *fregs) in ops_func_nop()
109 struct ftrace_regs *fregs) in ops_func_count()
/linux/arch/powerpc/kernel/
H A Dkprobes-ftrace.c17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux/arch/x86/kernel/kprobes/
H A Dftrace.c18 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux/arch/csky/kernel/probes/
H A Dftrace.c7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux/arch/s390/kernel/
H A Dftrace.c267 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()
284 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux/arch/loongarch/kernel/
H A Dftrace_dyn.c241 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()
290 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()

12