Home
last modified time | relevance | path

Searched refs:fcw (Results 1 – 9 of 9) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Di387.h21 uint16_t fcw, _res0; member
A Dxstate.h76 uint16_t fcw; member
/xen-4.10.0-shim-comet/xen/arch/x86/
A Di387.c51 if ( !(fpu_ctxt->fsw & ~fpu_ctxt->fcw & 0x003f) && in fpu_fxrstor()
314 fpu_sse->fcw = FCW_DEFAULT; in vcpu_init_fpu()
A Dxstate.c379 !(ptr->fpu_sse.fsw & ~ptr->fpu_sse.fcw & 0x003f) && in xrstor()
534 save_area->fpu_sse.fcw = FCW_DEFAULT; in xstate_alloc_save_area()
A Ddomain.c851 fpu_sse->fcw = FCW_DEFAULT; in arch_set_info_guest()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c1900 if ( (fpu_ctxt->fcw & 0x3f) != 0x3f ) in hvmemul_get_fpu()
1902 uint16_t fcw; in hvmemul_get_fpu() local
1904 asm ( "fnstcw %0" : "=m" (fcw) ); in hvmemul_get_fpu()
1905 if ( (fcw & 0x3f) == 0x3f ) in hvmemul_get_fpu()
1906 asm ( "fldcw %0" :: "m" (fpu_ctxt->fcw) ); in hvmemul_get_fpu()
1908 ASSERT(fcw == fpu_ctxt->fcw); in hvmemul_get_fpu()
1946 !(fpu_ctxt->fsw & ~fpu_ctxt->fcw & 0x003f) ) in hvmemul_put_fpu()
A Dhvm.c3885 fpu_ctxt->fcw = FCW_RESET; in hvm_vcpu_reset_state()
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-hvmctx.c91 uint16_t fcw; member
114 (unsigned)r->fcw, (unsigned)r->fsw, in dump_fpu()
/xen-4.10.0-shim-comet/xen/common/efi/
A Druntime.c84 static const u16 fcw = FCW_DEFAULT; in efi_rs_enter() local
93 asm volatile ( "fnclex; fldcw %0" :: "m" (fcw) ); in efi_rs_enter()

Completed in 42 milliseconds