Home
last modified time | relevance | path

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

/Linux-v5.15/arch/sh/math-emu/
Dmath.c79 fcmp_gt(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_gt()
90 fcmp_eq(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_eq()
106 fadd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fadd()
113 fsub(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fsub()
120 fmul(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmul()
127 fdiv(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fdiv()
134 fmac(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmac()
155 fmov_idx_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_idx_reg()
171 fmov_mem_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_mem_reg()
187 fmov_inc_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_inc_reg()
[all …]
/Linux-v5.15/kernel/trace/
Dtrace_selftest.c110 struct ftrace_regs *fregs) in trace_selftest_test_probe1_func()
119 struct ftrace_regs *fregs) in trace_selftest_test_probe2_func()
128 struct ftrace_regs *fregs) in trace_selftest_test_probe3_func()
137 struct ftrace_regs *fregs) in trace_selftest_test_global_func()
146 struct ftrace_regs *fregs) in trace_selftest_test_dyn_func()
417 struct ftrace_regs *fregs) in trace_selftest_test_recursion_func()
432 struct ftrace_regs *fregs) in trace_selftest_test_recursion_safe_func()
551 struct ftrace_regs *fregs) in trace_selftest_test_regs_func()
Dtrace_functions.c173 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_trace_call()
220 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_stack_trace_call()
284 struct ftrace_regs *fregs) in function_no_repeats_trace_call()
333 struct ftrace_regs *fregs) in function_stack_no_repeats_trace_call()
Dtrace_stack.c293 struct ftrace_ops *op, struct ftrace_regs *fregs) in stack_trace_call()
Dtrace_event_perf.c432 struct ftrace_ops *ops, struct ftrace_regs *fregs) in perf_ftrace_function_call()
Dtrace_sched_wakeup.c212 struct ftrace_ops *op, struct ftrace_regs *fregs) in wakeup_tracer_call()
Dftrace.c143 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_pid_func()
757 struct ftrace_ops *ops, struct ftrace_regs *fregs) in function_profile_call()
2398 struct ftrace_ops *ops, struct ftrace_regs *fregs) in call_direct_funcs()
4316 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_trace_probe_call()
6974 struct ftrace_ops *ignored, struct ftrace_regs *fregs) in __ftrace_ops_list_func()
7032 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_ops_list_func()
7051 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_ops_assist_func()
Dtrace_irqsoff.c141 struct ftrace_ops *op, struct ftrace_regs *fregs) in irqsoff_tracer_call()
/Linux-v5.15/arch/mips/kernel/
Dptrace32.c95 union fpureg *fregs; in compat_arch_ptrace() local
211 union fpureg *fregs = get_fpu_regs(child); in compat_arch_ptrace() local
Dptrace.c361 union fpureg *fregs = get_fpu_regs(child); in ptrace_getfpregs() local
378 union fpureg *fregs; in ptrace_setfpregs() local
1104 union fpureg *fregs; in arch_ptrace() local
1208 union fpureg *fregs = get_fpu_regs(child); in arch_ptrace() local
/Linux-v5.15/arch/x86/include/asm/
Dftrace.h50 arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs()
58 #define ftrace_instruction_pointer_set(fregs, _ip) \ argument
Dlivepatch.h15 static inline void klp_arch_set_pc(struct ftrace_regs *fregs, unsigned long ip) in klp_arch_set_pc()
/Linux-v5.15/arch/parisc/kernel/
Dftrace.c54 struct ftrace_regs *fregs) in ftrace_function_trampoline()
207 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/Linux-v5.15/arch/s390/include/asm/
Dlivepatch.h17 static inline void klp_arch_set_pc(struct ftrace_regs *fregs, unsigned long ip) in klp_arch_set_pc()
/Linux-v5.15/arch/powerpc/kernel/
Dkprobes-ftrace.c17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/Linux-v5.15/arch/x86/kernel/kprobes/
Dftrace.c17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/Linux-v5.15/arch/powerpc/include/asm/
Dlivepatch.h15 static inline void klp_arch_set_pc(struct ftrace_regs *fregs, unsigned long ip) in klp_arch_set_pc()
/Linux-v5.15/arch/riscv/kernel/probes/
Dftrace.c7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/Linux-v5.15/arch/csky/kernel/probes/
Dftrace.c14 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/Linux-v5.15/arch/nds32/kernel/
Dftrace.c13 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_stub()
41 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_stub()
/Linux-v5.15/kernel/livepatch/
Dpatch.c43 struct ftrace_regs *fregs) in klp_ftrace_handler()
/Linux-v5.15/fs/pstore/
Dftrace.c29 struct ftrace_regs *fregs) in pstore_ftrace_call()
/Linux-v5.15/arch/sparc/math-emu/
Dmath_32.c275 static int do_one_mathemu(u32 insn, unsigned long *pfsr, unsigned long *fregs) in do_one_mathemu()
/Linux-v5.15/arch/s390/kernel/
Dftrace.c358 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/Linux-v5.15/include/linux/
Dftrace.h98 #define arch_ftrace_get_regs(fregs) (&(fregs)->regs) argument
106 #define ftrace_instruction_pointer_set(fregs, ip) do { } while (0) argument
109 static __always_inline struct pt_regs *ftrace_get_regs(struct ftrace_regs *fregs) in ftrace_get_regs()