Home
last modified time | relevance | path

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

12

/linux/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/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 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.c433 struct ftrace_ops *ops, struct ftrace_regs *fregs) in perf_ftrace_function_call()
A Dtrace_stack.c293 struct ftrace_ops *op, struct ftrace_regs *fregs) in stack_trace_call()
A Dtrace_sched_wakeup.c212 struct ftrace_ops *op, struct ftrace_regs *fregs) in wakeup_tracer_call()
/linux/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.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/arch/x86/include/asm/
A Dftrace.h50 arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs()
58 #define ftrace_instruction_pointer_set(fregs, _ip) \ argument
A Dlivepatch.h15 static inline void klp_arch_set_pc(struct ftrace_regs *fregs, unsigned long ip) in klp_arch_set_pc()
/linux/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()
53 static __always_inline void ftrace_instruction_pointer_set(struct ftrace_regs *fregs, in ftrace_instruction_pointer_set()
A Dlivepatch.h17 static inline void klp_arch_set_pc(struct ftrace_regs *fregs, unsigned long ip) in klp_arch_set_pc()
/linux/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/arch/powerpc/kernel/
A Dkprobes-ftrace.c17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux/arch/x86/kernel/kprobes/
A Dftrace.c17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux/arch/riscv/kernel/probes/
A Dftrace.c7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux/arch/powerpc/include/asm/
A Dlivepatch.h15 static inline void klp_arch_set_pc(struct ftrace_regs *fregs, unsigned long ip) in klp_arch_set_pc()
/linux/arch/csky/kernel/probes/
A Dftrace.c7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux/arch/nds32/kernel/
A 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/kernel/livepatch/
A Dpatch.c43 struct ftrace_regs *fregs) in klp_ftrace_handler()
/linux/fs/pstore/
A Dftrace.c29 struct ftrace_regs *fregs) in pstore_ftrace_call()
/linux/arch/s390/kernel/
A Dftrace.c281 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/linux/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/include/linux/
A Dftrace.h106 #define arch_ftrace_get_regs(fregs) (&(fregs)->regs) argument
114 #define ftrace_instruction_pointer_set(fregs, ip) do { } while (0) argument
117 static __always_inline struct pt_regs *ftrace_get_regs(struct ftrace_regs *fregs) in ftrace_get_regs()
/linux/arch/x86/kernel/
A Dftrace.c671 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()

Completed in 30 milliseconds

12