Lines Matching refs:eflag
167 record_exception(struct pt_regs *regs, int eflag) in record_exception() argument
173 if (eflag) { in record_exception()
175 if (eflag & EFLAG_OVERFLOW) in record_exception()
177 if (eflag & EFLAG_UNDERFLOW) in record_exception()
179 if (eflag & EFLAG_DIVZERO) in record_exception()
181 if (eflag & EFLAG_INEXACT) in record_exception()
183 if (eflag & EFLAG_INVALID) in record_exception()
185 if (eflag & EFLAG_VXSNAN) in record_exception()
187 if (eflag & EFLAG_VXISI) in record_exception()
189 if (eflag & EFLAG_VXIDI) in record_exception()
191 if (eflag & EFLAG_VXZDZ) in record_exception()
193 if (eflag & EFLAG_VXIMZ) in record_exception()
195 if (eflag & EFLAG_VXVC) in record_exception()
197 if (eflag & EFLAG_VXSOFT) in record_exception()
199 if (eflag & EFLAG_VXSQRT) in record_exception()
201 if (eflag & EFLAG_VXCVI) in record_exception()
234 int eflag, trap; in do_mathemu() local
434 eflag = func(op0, op1, op2, op3); in do_mathemu()
441 trap = record_exception(regs, eflag); in do_mathemu()