Searched refs:do_mathemu (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | processor_32.h | 92 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt);
|
H A D | processor_64.h | 243 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap);
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | processor_32.h | 105 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt);
|
H A D | processor_64.h | 253 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap);
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | traps_32.c | 239 ret = do_mathemu(regs, fpt);
|
H A D | traps_64.c | 2374 ret = do_mathemu(regs, f, false); in do_fpother() 2608 if (do_mathemu(regs, f, true)) in do_illegal_instruction()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | processor.h | 441 int do_mathemu(struct pt_regs *regs);
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | traps_32.c | 239 ret = do_mathemu(regs, fpt);
|
H A D | traps_64.c | 2371 ret = do_mathemu(regs, f, false); in do_fpother() 2603 if (do_mathemu(regs, f, true)) in do_illegal_instruction()
|
/kernel/linux/linux-5.10/arch/powerpc/math-emu/ |
H A D | math.c | 226 do_mathemu(struct pt_regs *regs) in do_mathemu() function
|
/kernel/linux/linux-5.10/arch/sparc/math-emu/ |
H A D | math_32.c | 144 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt) in do_mathemu() function 171 printk("In do_mathemu()... pc is %08lx\n", regs->pc); in do_mathemu() 293 printk("In do_mathemu(), emulating %08lx\n", insn); in do_one_mathemu()
|
H A D | math_64.c | 167 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap) in do_mathemu() function
|
/kernel/linux/linux-6.6/arch/powerpc/math-emu/ |
H A D | math.c | 226 do_mathemu(struct pt_regs *regs) in do_mathemu() function
|
/kernel/linux/linux-6.6/arch/sparc/math-emu/ |
H A D | math_32.c | 144 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt) in do_mathemu() function 171 printk("In do_mathemu()... pc is %08lx\n", regs->pc); in do_mathemu() 293 printk("In do_mathemu(), emulating %08lx\n", insn); in do_one_mathemu()
|
H A D | math_64.c | 167 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap) in do_mathemu() function
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | traps.c | 1446 extern int do_mathemu(struct pt_regs *regs); in emulate_math() 1448 ret = do_mathemu(regs); in emulate_math()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | traps.c | 1454 ret = do_mathemu(regs); in emulate_math()
|
Completed in 23 milliseconds