Searched refs:fpu_env (Results 1 – 2 of 2) sorted by relevance
185 struct ix87_env fpu_env; in fpu_fxsave() local187 asm volatile ( "fnstenv %0" : "=m" (fpu_env) ); in fpu_fxsave()188 fpu_ctxt->fip.sel = fpu_env.fcs; in fpu_fxsave()189 fpu_ctxt->fdp.sel = fpu_env.fds; in fpu_fxsave()
349 struct ix87_env fpu_env; in xsave() local351 asm volatile ( "fnstenv %0" : "=m" (fpu_env) ); in xsave()352 ptr->fpu_sse.fip.sel = fpu_env.fcs; in xsave()353 ptr->fpu_sse.fdp.sel = fpu_env.fds; in xsave()
Completed in 5 milliseconds