Home
last modified time | relevance | path

Searched refs:fsw (Results 1 – 7 of 7) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Di387.h22 uint16_t fsw, _res1; member
A Dxstate.h77 uint16_t fsw; member
/xen-4.10.0-shim-comet/xen/arch/x86/
A Di387.c51 if ( !(fpu_ctxt->fsw & ~fpu_ctxt->fcw & 0x003f) && in fpu_fxrstor()
174 if ( !(fpu_ctxt->fsw & 0x0080) && in fpu_fxsave()
A Dxstate.c379 !(ptr->fpu_sse.fsw & ~ptr->fpu_sse.fcw & 0x003f) && in xrstor()
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-hvmctx.c92 uint16_t fsw; member
114 (unsigned)r->fcw, (unsigned)r->fsw, in dump_fpu()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c1946 !(fpu_ctxt->fsw & ~fpu_ctxt->fcw & 0x003f) ) in hvmemul_put_fpu()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1147 uint16_t fsw; in fpu_check_write() local
1149 asm ( "fnstsw %0" : "=am" (fsw) ); in fpu_check_write()
1151 return !(fsw & FSW_ES); in fpu_check_write()

Completed in 34 milliseconds