Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dprocessor.h452 int do_mathemu(struct pt_regs *regs);
/linux/arch/sparc/kernel/
H A Dtraps_32.c240 ret = do_mathemu(regs, fpt);
/linux/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
/linux/arch/powerpc/math-emu/
H A Dmath.c226 do_mathemu(struct pt_regs *regs) in do_mathemu() function