Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dtraps.c381 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()
/linux-2.4.37.9/arch/sparc/kernel/
Dtraps.c269 extern int do_mathemu(struct pt_regs *, struct task_struct *);
312 ret = do_mathemu(regs, fpt);
/linux-2.4.37.9/arch/sparc/math-emu/
Dmath.c142 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt) in do_mathemu() function
/linux-2.4.37.9/arch/sparc64/math-emu/
Dmath.c163 int do_mathemu(struct pt_regs *regs, struct fpustate *f) in do_mathemu() function
/linux-2.4.37.9/arch/ppc/math-emu/
Dmath.c215 do_mathemu(struct pt_regs *regs) in do_mathemu() function
/linux-2.4.37.9/arch/sparc64/kernel/
Dtraps.c1647 extern int do_mathemu(struct pt_regs *, struct fpustate *);
1657 ret = do_mathemu(regs, f); in do_fpother()