/linux/arch/sh/math-emu/ |
A D | math.c | 305 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 D | trace_selftest.c | 110 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 D | trace_functions.c | 173 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 D | trace_event_perf.c | 433 struct ftrace_ops *ops, struct ftrace_regs *fregs) in perf_ftrace_function_call()
|
A D | trace_stack.c | 293 struct ftrace_ops *op, struct ftrace_regs *fregs) in stack_trace_call()
|
A D | trace_sched_wakeup.c | 212 struct ftrace_ops *op, struct ftrace_regs *fregs) in wakeup_tracer_call()
|
/linux/arch/mips/kernel/ |
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
|
A D | ptrace.c | 361 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 D | ftrace.h | 50 arch_ftrace_get_regs(struct ftrace_regs *fregs) in arch_ftrace_get_regs() 58 #define ftrace_instruction_pointer_set(fregs, _ip) \ argument
|
A D | livepatch.h | 15 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 D | ftrace.h | 48 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 D | livepatch.h | 17 static inline void klp_arch_set_pc(struct ftrace_regs *fregs, unsigned long ip) in klp_arch_set_pc()
|
/linux/arch/parisc/kernel/ |
A D | ftrace.c | 59 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 D | kprobes-ftrace.c | 17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux/arch/x86/kernel/kprobes/ |
A D | ftrace.c | 17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux/arch/riscv/kernel/probes/ |
A D | ftrace.c | 7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux/arch/powerpc/include/asm/ |
A D | livepatch.h | 15 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 D | ftrace.c | 7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux/arch/nds32/kernel/ |
A D | ftrace.c | 13 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 D | patch.c | 43 struct ftrace_regs *fregs) in klp_ftrace_handler()
|
/linux/fs/pstore/ |
A D | ftrace.c | 29 struct ftrace_regs *fregs) in pstore_ftrace_call()
|
/linux/arch/s390/kernel/ |
A D | ftrace.c | 281 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
|
/linux/arch/sparc/math-emu/ |
A D | math_32.c | 275 static int do_one_mathemu(u32 insn, unsigned long *pfsr, unsigned long *fregs) in do_one_mathemu()
|
/linux/include/linux/ |
A D | ftrace.h | 106 #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 D | ftrace.c | 671 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()
|