Home
last modified time | relevance | path

Searched refs:fpu_env (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/
A Di387.c185 struct ix87_env fpu_env; in fpu_fxsave() local
187 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()
A Dxstate.c349 struct ix87_env fpu_env; in xsave() local
351 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