Home
last modified time | relevance | path

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

/arch/nds32/include/asm/
Dfpu.h17 extern bool do_fpu_exception(unsigned int subtype, struct pt_regs *regs);
/arch/nds32/kernel/
Dfpu.c251 bool do_fpu_exception(unsigned int subtype, struct pt_regs *regs) in do_fpu_exception() function
Dtraps.c373 if (true == do_fpu_exception(subtype, regs)) in do_dispatch_general()