Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dprocessor.h204 unsigned long spefscr_last; /* SPEFSCR value on last prctl member
285 .spefscr_last = SPEFSCR_FINVE | SPEFSCR_FDBZE | SPEFSCR_FUNFE | SPEFSCR_FOVFE,
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
Dmath_efp.c676 &= ~(FP_EX_INVALID | FP_EX_UNDERFLOW) | current->thread.spefscr_last; in do_spe_mathemu()
679 current->thread.spefscr_last = __FPU_FPSCR; in do_spe_mathemu()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprocess.c1927 tsk->thread.spefscr_last = mfspr(SPRN_SPEFSCR); in set_fpexc_mode()
1970 tsk->thread.spefscr_last = mfspr(SPRN_SPEFSCR); in get_fpexc_mode()