Searched refs:do_mathemu (Results 1 – 6 of 6) sorted by relevance
381 extern int do_mathemu(struct pt_regs *regs); in ProgramCheckException()391 if (!(reason & REASON_TRAP) && do_mathemu(regs) == 0) { in ProgramCheckException()494 extern int do_mathemu(struct pt_regs *); in SoftwareEmulation()504 errcode = do_mathemu(regs); in SoftwareEmulation()
269 extern int do_mathemu(struct pt_regs *, struct task_struct *);312 ret = do_mathemu(regs, fpt);
142 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt) in do_mathemu() function
163 int do_mathemu(struct pt_regs *regs, struct fpustate *f) in do_mathemu() function
215 do_mathemu(struct pt_regs *regs) in do_mathemu() function
1647 extern int do_mathemu(struct pt_regs *, struct fpustate *);1657 ret = do_mathemu(regs, f); in do_fpother()