do_mathemu       1433 arch/powerpc/kernel/traps.c 	extern int do_mathemu(struct pt_regs *regs);
do_mathemu       1435 arch/powerpc/kernel/traps.c 	ret = do_mathemu(regs);
do_mathemu        105 arch/sparc/include/asm/processor_32.h int do_mathemu(struct pt_regs *regs, struct task_struct *fpt);
do_mathemu        253 arch/sparc/include/asm/processor_64.h int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap);
do_mathemu        241 arch/sparc/kernel/traps_32.c 		ret = do_mathemu(regs, fpt);
do_mathemu       2375 arch/sparc/kernel/traps_64.c 		ret = do_mathemu(regs, f, false);
do_mathemu       2611 arch/sparc/kernel/traps_64.c 				if (do_mathemu(regs, f, true))