Lines Matching refs:current
135 KSTK_STATUS(current) |= ST0_CU1; in __own_fpu()
137 KSTK_STATUS(current) |= ST0_FR; in __own_fpu()
139 KSTK_STATUS(current) &= ~ST0_FR; in __own_fpu()
152 _restore_fp(current); in own_fpu_inatomic()
172 save_msa(current); in lose_fpu()
173 current->thread.fpu.fcr31 = in lose_fpu()
181 _save_fp(current); in lose_fpu()
184 KSTK_STATUS(current) &= ~ST0_CU1; in lose_fpu()
191 unsigned int fcr31 = current->thread.fpu.fcr31; in init_fpu()
241 if (tsk == current) { in get_fpu_regs()
244 _save_fp(current); in get_fpu_regs()