Lines Matching refs:fxsave
190 return user_insn(fxsave %[fx], [fx] "=m" (*fx), "m" (*fx)); in fxsave_user()
195 return user_insn(rex64/fxsave (%[fx]), "=m" (*fx), [fx] "R" (fx)); in fxsave_user()
235 asm volatile( "fxsave %[fx]" : [fx] "=m" (fpu->state->fxsave)); in fpu_fxsave()
237 asm volatile("fxsaveq %[fx]" : [fx] "=m" (fpu->state->fxsave)); in fpu_fxsave()
261 : "=m" (fpu->state->fxsave) in fpu_fxsave()
262 : [fx] "R" (&fpu->state->fxsave)); in fpu_fxsave()
296 if (unlikely(fpu->state->fxsave.swd & X87_FSW_ES)) { in fpu_save_init()
313 return fxrstor_checking(&fpu->state->fxsave); in fpu_restore_checking()
548 return tsk->thread.fpu.state->fxsave.cwd; in get_fpu_cwd()
557 return tsk->thread.fpu.state->fxsave.swd; in get_fpu_swd()
566 return tsk->thread.fpu.state->fxsave.mxcsr; in get_fpu_mxcsr()