Searched refs:pfsr (Results 1 – 1 of 1) sorted by relevance
216 static inline int record_exception(unsigned long *pfsr, int eflag) in record_exception() argument218 unsigned long fsr = *pfsr; in record_exception()263 *pfsr = fsr; in record_exception()274 static int do_one_mathemu(u32 insn, unsigned long *pfsr, unsigned long *fregs) in do_one_mathemu() argument349 freg = (*pfsr >> 14) & 0xf; in do_one_mathemu()351 *pfsr &= ~0x1c000; /* clear the traptype bits */ in do_one_mathemu()358 *pfsr |= (6 << 14); in do_one_mathemu()364 *pfsr |= (6 << 14); in do_one_mathemu()379 *pfsr |= (6 << 14); in do_one_mathemu()385 *pfsr |= (6 << 14); in do_one_mathemu()[all …]