Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dprocessor_32.h105 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt);
H A Dprocessor_64.h253 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap);
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dtraps_32.c241 ret = do_mathemu(regs, fpt);
H A Dtraps_64.c2374 ret = do_mathemu(regs, f, false); in do_fpother()
2610 if (do_mathemu(regs, f, true)) in do_illegal_instruction()
/OK3568_Linux_fs/kernel/arch/sparc/math-emu/
H A Dmath_32.c144 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt) in do_mathemu() function
H A Dmath_64.c167 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap) in do_mathemu() function
/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dmath.c226 do_mathemu(struct pt_regs *regs) in do_mathemu() function
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c1444 extern int do_mathemu(struct pt_regs *regs); in emulate_math()
1446 ret = do_mathemu(regs); in emulate_math()