pfsr              217 arch/sparc/math-emu/math_32.c static inline int record_exception(unsigned long *pfsr, int eflag)
pfsr              219 arch/sparc/math-emu/math_32.c 	unsigned long fsr = *pfsr;
pfsr              264 arch/sparc/math-emu/math_32.c 	*pfsr = fsr;
pfsr              275 arch/sparc/math-emu/math_32.c static int do_one_mathemu(u32 insn, unsigned long *pfsr, unsigned long *fregs)
pfsr              350 arch/sparc/math-emu/math_32.c 	freg = (*pfsr >> 14) & 0xf;
pfsr              352 arch/sparc/math-emu/math_32.c 	*pfsr &= ~0x1c000;				/* clear the traptype bits */
pfsr              359 arch/sparc/math-emu/math_32.c 			*pfsr |= (6 << 14);
pfsr              365 arch/sparc/math-emu/math_32.c 			*pfsr |= (6 << 14);
pfsr              380 arch/sparc/math-emu/math_32.c 			*pfsr |= (6 << 14);
pfsr              386 arch/sparc/math-emu/math_32.c 			*pfsr |= (6 << 14);
pfsr              401 arch/sparc/math-emu/math_32.c 			*pfsr |= (6 << 14);		/* (should probably flag as invalid opcode */
pfsr              408 arch/sparc/math-emu/math_32.c 			*pfsr |= (6 << 14);
pfsr              414 arch/sparc/math-emu/math_32.c 			*pfsr |= (6 << 14);
pfsr              500 arch/sparc/math-emu/math_32.c 		case 0: fsr = *pfsr;
pfsr              504 arch/sparc/math-emu/math_32.c 			*pfsr = fsr;
pfsr              514 arch/sparc/math-emu/math_32.c 	return record_exception(pfsr, _fex);