Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c217 static inline int record_exception(unsigned long *pfsr, int eflag) in record_exception() function
514 return record_exception(pfsr, _fex); in do_one_mathemu()
H A Dmath_64.c101 static inline int record_exception(struct pt_regs *regs, int eflag) in record_exception() function
516 return record_exception(regs, _fex); in do_mathemu()
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c168 record_exception(struct pt_regs *regs, int eflag) in record_exception() function
442 trap = record_exception(regs, eflag); in do_mathemu()