Searched refs:spefscr_last (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h197 unsigned long spefscr_last; /* SPEFSCR value on last prctl member in struct:thread_struct
275 .spefscr_last = SPEFSCR_FINVE | SPEFSCR_FDBZE | SPEFSCR_FUNFE | SPEFSCR_FOVFE,
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c680 &= ~(FP_EX_INVALID | FP_EX_UNDERFLOW) | current->thread.spefscr_last;
683 current->thread.spefscr_last = __FPU_FPSCR;
/linux-master/arch/powerpc/kernel/
H A Dprocess.c2033 tsk->thread.spefscr_last = mfspr(SPRN_SPEFSCR);
2077 tsk->thread.spefscr_last = mfspr(SPRN_SPEFSCR);

Completed in 138 milliseconds