Searched refs:do_mathemu (Results 1 – 8 of 8) sorted by relevance
/arch/sparc/include/asm/ |
D | processor_32.h | 119 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt);
|
D | processor_64.h | 257 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap);
|
/arch/sparc/math-emu/ |
D | math_32.c | 143 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt) in do_mathemu() function
|
D | math_64.c | 166 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap) in do_mathemu() function
|
/arch/sparc/kernel/ |
D | traps_32.c | 263 ret = do_mathemu(regs, fpt);
|
D | traps_64.c | 2230 ret = do_mathemu(regs, f, false); in do_fpother() 2476 if (do_mathemu(regs, f, true)) in do_illegal_instruction()
|
/arch/powerpc/math-emu/ |
D | math.c | 225 do_mathemu(struct pt_regs *regs) in do_mathemu() function
|
/arch/powerpc/kernel/ |
D | traps.c | 1110 extern int do_mathemu(struct pt_regs *regs); in emulate_math() 1112 ret = do_mathemu(regs); in emulate_math()
|