Searched refs:SPR_FPCSR (Results 1 – 2 of 2) sorted by relevance
10 task->thread.fpcsr = mfspr(SPR_FPCSR); in save_fpu()15 mtspr(SPR_FPCSR, task->thread.fpcsr); in restore_fpu()
58 #define SPR_FPCSR (SPRGROUP_SYS + 20) /* CZ 21/06/01 */ macro