Home
last modified time | relevance | path

Searched refs:do_mathemu (Results 1 – 9 of 9) sorted by relevance

/linux/arch/sparc/include/asm/
A Dprocessor_32.h101 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt);
A Dprocessor_64.h253 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap);
/linux/arch/powerpc/include/asm/
A Dprocessor.h414 int do_mathemu(struct pt_regs *regs);
/linux/arch/sparc/kernel/
A Dtraps_32.c241 ret = do_mathemu(regs, fpt);
A Dtraps_64.c2371 ret = do_mathemu(regs, f, false); in do_fpother()
2605 if (do_mathemu(regs, f, true)) in do_illegal_instruction()
/linux/arch/sparc/math-emu/
A Dmath_32.c144 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt) in do_mathemu() function
A Dmath_64.c167 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap) in do_mathemu() function
/linux/arch/powerpc/math-emu/
A Dmath.c226 do_mathemu(struct pt_regs *regs) in do_mathemu() function
/linux/arch/powerpc/kernel/
A Dtraps.c1434 ret = do_mathemu(regs); in emulate_math()

Completed in 18 milliseconds