Searched refs:do_mathemu (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/sparc/include/asm/ |
D | processor_32.h | 92 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt);
|
D | processor_64.h | 246 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap);
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | processor.h | 439 int do_mathemu(struct pt_regs *regs);
|
/linux-6.1.9/arch/sparc/kernel/ |
D | traps_32.c | 239 ret = do_mathemu(regs, fpt);
|
D | traps_64.c | 2371 ret = do_mathemu(regs, f, false); in do_fpother() 2603 if (do_mathemu(regs, f, true)) in do_illegal_instruction()
|
/linux-6.1.9/arch/sparc/math-emu/ |
D | math_32.c | 144 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt) in do_mathemu() function
|
D | math_64.c | 167 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap) in do_mathemu() function
|
/linux-6.1.9/arch/powerpc/math-emu/ |
D | math.c | 226 do_mathemu(struct pt_regs *regs) in do_mathemu() function
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | traps.c | 1450 ret = do_mathemu(regs); in emulate_math()
|