Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/sh/math-emu/
A Dmath.c305 static int ftrc(struct sh_fpu_soft_struct *fregs, int n) in ftrc()
317 static int fcnvsd(struct sh_fpu_soft_struct *fregs, int n) in fcnvsd()
328 static int fcnvds(struct sh_fpu_soft_struct *fregs, int n) in fcnvds()
345 static int fsts(struct sh_fpu_soft_struct *fregs, int n) in fsts()
351 static int flds(struct sh_fpu_soft_struct *fregs, int n) in flds()
357 static int fneg(struct sh_fpu_soft_struct *fregs, int n) in fneg()
363 static int fabs(struct sh_fpu_soft_struct *fregs, int n) in fabs()
369 static int fld0(struct sh_fpu_soft_struct *fregs, int n) in fld0()
375 static int fld1(struct sh_fpu_soft_struct *fregs, int n) in fld1()
381 static int fnop_n(struct sh_fpu_soft_struct *fregs, int n) in fnop_n()
[all …]
/linux-6.3-rc2/arch/x86/include/asm/
A Dftrace.h43 arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs()
51 #define ftrace_regs_set_instruction_pointer(fregs, _ip) \ argument
54 #define ftrace_regs_get_instruction_pointer(fregs) \ argument
57 #define ftrace_regs_get_argument(fregs, n) \ argument
59 #define ftrace_regs_get_stack_pointer(fregs) \ argument
61 #define ftrace_regs_return_value(fregs) \ argument
63 #define ftrace_regs_set_return_value(fregs, ret) \ argument
65 #define ftrace_override_function_with_return(fregs) \ argument
92 #define arch_ftrace_set_direct_caller(fregs, addr) \ argument
/linux-6.3-rc2/arch/s390/include/asm/
A Dftrace.h48 static __always_inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs()
58 ftrace_regs_get_instruction_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_instruction_pointer()
64 ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, in ftrace_regs_set_instruction_pointer()
70 #define ftrace_regs_get_argument(fregs, n) \ argument
72 #define ftrace_regs_get_stack_pointer(fregs) \ argument
74 #define ftrace_regs_return_value(fregs) \ argument
76 #define ftrace_regs_set_return_value(fregs, ret) \ argument
78 #define ftrace_override_function_with_return(fregs) \ argument
91 static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, unsigned long addr) in arch_ftrace_set_direct_caller()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dftrace.h41 static __always_inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs()
48 ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, in ftrace_regs_set_instruction_pointer()
55 ftrace_regs_get_instruction_pointer(struct ftrace_regs *fregs) in ftrace_regs_get_instruction_pointer()
60 #define ftrace_regs_get_argument(fregs, n) \ argument
62 #define ftrace_regs_get_stack_pointer(fregs) \ argument
64 #define ftrace_regs_return_value(fregs) \ argument
66 #define ftrace_regs_set_return_value(fregs, ret) \ argument
68 #define ftrace_override_function_with_return(fregs) \ argument
/linux-6.3-rc2/arch/arm64/include/asm/
A Dftrace.h86 ftrace_regs_get_instruction_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_instruction_pointer()
92 ftrace_regs_set_instruction_pointer(struct ftrace_regs *fregs, in ftrace_regs_set_instruction_pointer()
99 ftrace_regs_get_stack_pointer(const struct ftrace_regs *fregs) in ftrace_regs_get_stack_pointer()
105 ftrace_regs_get_argument(struct ftrace_regs *fregs, unsigned int n) in ftrace_regs_get_argument()
113 ftrace_regs_get_return_value(const struct ftrace_regs *fregs) in ftrace_regs_get_return_value()
119 ftrace_regs_set_return_value(struct ftrace_regs *fregs, in ftrace_regs_set_return_value()
126 ftrace_override_function_with_return(struct ftrace_regs *fregs) in ftrace_override_function_with_return()
/linux-6.3-rc2/kernel/trace/
A 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()
451 struct ftrace_regs *fregs) in trace_selftest_test_recursion_func()
466 struct ftrace_regs *fregs) in trace_selftest_test_recursion_safe_func()
585 struct ftrace_regs *fregs) in trace_selftest_test_regs_func()
A Dfprobe.c23 struct ftrace_ops *ops, struct ftrace_regs *fregs) in fprobe_handler()
60 struct ftrace_ops *ops, struct ftrace_regs *fregs) in fprobe_kprobe_handler()
A Dtrace_functions.c173 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_trace_call()
218 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_stack_trace_call()
282 struct ftrace_regs *fregs) in function_no_repeats_trace_call()
328 struct ftrace_regs *fregs) in function_stack_no_repeats_trace_call()
A Dtrace_event_perf.c430 struct ftrace_ops *ops, struct ftrace_regs *fregs) in perf_ftrace_function_call()
/linux-6.3-rc2/arch/mips/kernel/
A Dptrace32.c95 union fpureg *fregs; in compat_arch_ptrace() local
211 union fpureg *fregs = get_fpu_regs(child); in compat_arch_ptrace() local
A Dptrace.c360 union fpureg *fregs = get_fpu_regs(child); in ptrace_getfpregs() local
377 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-6.3-rc2/include/linux/
A Dftrace.h115 #define arch_ftrace_get_regs(fregs) (&(fregs)->regs) argument
122 #define ftrace_regs_set_instruction_pointer(fregs, ip) do { } while (0) argument
125 static __always_inline struct pt_regs *ftrace_get_regs(struct ftrace_regs *fregs) in ftrace_get_regs()
137 static __always_inline bool ftrace_regs_has_args(struct ftrace_regs *fregs) in ftrace_regs_has_args()
146 #define ftrace_regs_get_instruction_pointer(fregs) \ argument
148 #define ftrace_regs_get_argument(fregs, n) \ argument
150 #define ftrace_regs_get_stack_pointer(fregs) \ argument
152 #define ftrace_regs_return_value(fregs) \ argument
154 #define ftrace_regs_set_return_value(fregs, ret) \ argument
156 #define ftrace_override_function_with_return(fregs) \ argument
[all …]
/linux-6.3-rc2/arch/parisc/kernel/
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-6.3-rc2/samples/ftrace/
A Dftrace-ops.c102 struct ftrace_regs *fregs) in ops_func_nop()
109 struct ftrace_regs *fregs) in ops_func_count()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dkprobes-ftrace.c17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux-6.3-rc2/arch/x86/kernel/kprobes/
A Dftrace.c17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux-6.3-rc2/arch/riscv/kernel/probes/
A Dftrace.c7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux-6.3-rc2/arch/csky/kernel/probes/
A Dftrace.c7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux-6.3-rc2/arch/loongarch/kernel/
A Dftrace_dyn.c238 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()
279 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dftrace.h52 static __always_inline struct pt_regs *arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs()
/linux-6.3-rc2/kernel/livepatch/
A Dpatch.c43 struct ftrace_regs *fregs) in klp_ftrace_handler()
/linux-6.3-rc2/fs/pstore/
A Dftrace.c29 struct ftrace_regs *fregs) in pstore_ftrace_call()
/linux-6.3-rc2/arch/sparc/math-emu/
A Dmath_32.c275 static int do_one_mathemu(u32 insn, unsigned long *pfsr, unsigned long *fregs) in do_one_mathemu()
/linux-6.3-rc2/arch/s390/kernel/
A Dftrace.c312 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux-6.3-rc2/arch/arm64/kernel/
A Dftrace.c458 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()

Completed in 67 milliseconds

12