Home
last modified time | relevance | path

Searched refs:do_fpuemu (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/nds32/include/asm/
Dfpu.h18 extern int do_fpuemu(struct pt_regs *regs, struct fpu_struct *fpu);
/Linux-v5.4/arch/nds32/kernel/
Dfpu.c218 si_signo = do_fpuemu(regs, &current->thread.fpu); in handle_fpu_exception()
/Linux-v5.4/arch/nds32/math-emu/
Dfpuemu.c366 int do_fpuemu(struct pt_regs *regs, struct fpu_struct *fpu) function