Home
last modified time | relevance | path

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

/arch/sparc/math-emu/
Dmath_32.c216 static inline int record_exception(unsigned long *pfsr, int eflag) in record_exception() function
513 return record_exception(pfsr, _fex); in do_one_mathemu()
Dmath_64.c100 static inline int record_exception(struct pt_regs *regs, int eflag) in record_exception() function
515 return record_exception(regs, _fex); in do_mathemu()
/arch/powerpc/math-emu/
Dmath.c167 record_exception(struct pt_regs *regs, int eflag) in record_exception() function
441 trap = record_exception(regs, eflag); in do_mathemu()