/linux/arch/sh/math-emu/ |
H A D | math.c | 81 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/kernel/trace/ |
H A D | trace_selftest.c | 111 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()
|
H A D | fprobe.c | 25 struct ftrace_ops *ops, struct ftrace_regs *fregs) in __fprobe_handler() 61 struct ftrace_ops *ops, struct ftrace_regs *fregs) in fprobe_handler() 85 struct ftrace_ops *ops, struct ftrace_regs *fregs) in fprobe_kprobe_handler()
|
H A D | trace_functions.c | 182 function_get_true_parent_ip(unsigned long parent_ip, struct ftrace_regs *fregs) in function_get_true_parent_ip() 195 function_get_true_parent_ip(unsigned long parent_ip, struct ftrace_regs *fregs) in function_get_true_parent_ip() 203 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_trace_call() 248 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_stack_trace_call() 318 struct ftrace_regs *fregs) in function_no_repeats_trace_call() 363 struct ftrace_regs *fregs) in function_stack_no_repeats_trace_call()
|
H A D | trace_stack.c | 293 struct ftrace_ops *op, struct ftrace_regs *fregs) in stack_trace_call()
|
H A D | trace_event_perf.c | 436 struct ftrace_ops *ops, struct ftrace_regs *fregs) in perf_ftrace_function_call()
|
H A D | trace_sched_wakeup.c | 216 struct ftrace_ops *op, struct ftrace_regs *fregs) in wakeup_tracer_call()
|
H A D | ftrace.c | 144 struct ftrace_regs *fregs) in ftrace_ops_nop_func() 174 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_pid_func() 788 struct ftrace_ops *ops, struct ftrace_regs *fregs) in function_profile_call() 2608 struct ftrace_ops *ops, struct ftrace_regs *fregs) in call_direct_funcs() 5129 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_trace_probe_call() 7872 struct ftrace_ops *ignored, struct ftrace_regs *fregs) in __ftrace_ops_list_func() 7929 struct ftrace_ops *op, struct ftrace_regs *fregs) in arch_ftrace_ops_list_func() 7948 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_ops_assist_func()
|
H A D | trace_irqsoff.c | 141 struct ftrace_ops *op, struct ftrace_regs *fregs) in irqsoff_tracer_call()
|
/linux/arch/s390/include/asm/ |
H A D | ftrace.h | 56 static __always_inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs() 83 ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, in ftrace_regs_set_instruction_pointer() 97 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, unsigned long addr) in arch_ftrace_set_direct_caller()
|
/linux/arch/mips/kernel/ |
H A D | ptrace32.c | 95 union fpureg *fregs; in compat_arch_ptrace() local 211 union fpureg *fregs = get_fpu_regs(child); in compat_arch_ptrace() local
|
H A D | ptrace.c | 367 union fpureg *fregs = get_fpu_regs(child); in ptrace_getfpregs() local 384 union fpureg *fregs; in ptrace_setfpregs() local 1111 union fpureg *fregs; in arch_ptrace() local 1215 union fpureg *fregs = get_fpu_regs(child); in arch_ptrace() local
|
/linux/samples/ftrace/ |
H A D | ftrace-ops.c | 102 struct ftrace_regs *fregs) in ops_func_nop() 109 struct ftrace_regs *fregs) in ops_func_count()
|
/linux/arch/powerpc/kernel/ |
H A D | kprobes-ftrace.c | 17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux/arch/csky/kernel/probes/ |
H A D | ftrace.c | 7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux/kernel/livepatch/ |
H A D | patch.c | 43 struct ftrace_regs *fregs) in klp_ftrace_handler()
|
/linux/fs/pstore/ |
H A D | ftrace.c | 29 struct ftrace_regs *fregs) in pstore_ftrace_call()
|
/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 275 static int do_one_mathemu(u32 insn, unsigned long *pfsr, unsigned long *fregs) in do_one_mathemu()
|
/linux/arch/s390/kernel/ |
H A D | ftrace.c | 307 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|