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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtraps_32.c218 extern int do_mathemu(struct pt_regs *, struct task_struct *);
261 ret = do_mathemu(regs, fpt);
H A Dtraps_64.c2044 extern int do_mathemu(struct pt_regs *, struct fpustate *);
2058 ret = do_mathemu(regs, f);
2299 if (do_mathemu(regs, f))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dtraps.c928 extern int do_mathemu(struct pt_regs *regs);
968 switch (do_mathemu(regs)) {
1101 extern int do_mathemu(struct pt_regs *);
1115 errcode = do_mathemu(regs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/math-emu/
H A Dmath_32.c143 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt) function
170 printk("In do_mathemu()... pc is %08lx\n", regs->pc);
292 printk("In do_mathemu(), emulating %08lx\n", insn);
H A Dmath_64.c162 int do_mathemu(struct pt_regs *regs, struct fpustate *f) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/math-emu/
H A Dmath.c214 do_mathemu(struct pt_regs *regs) function

Completed in 113 milliseconds