Searched refs:fcw (Results 1 – 9 of 9) sorted by relevance
21 uint16_t fcw, _res0; member
76 uint16_t fcw; member
51 if ( !(fpu_ctxt->fsw & ~fpu_ctxt->fcw & 0x003f) && in fpu_fxrstor()314 fpu_sse->fcw = FCW_DEFAULT; in vcpu_init_fpu()
379 !(ptr->fpu_sse.fsw & ~ptr->fpu_sse.fcw & 0x003f) && in xrstor()534 save_area->fpu_sse.fcw = FCW_DEFAULT; in xstate_alloc_save_area()
851 fpu_sse->fcw = FCW_DEFAULT; in arch_set_info_guest()
1900 if ( (fpu_ctxt->fcw & 0x3f) != 0x3f ) in hvmemul_get_fpu()1902 uint16_t fcw; in hvmemul_get_fpu() local1904 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()
3885 fpu_ctxt->fcw = FCW_RESET; in hvm_vcpu_reset_state()
91 uint16_t fcw; member114 (unsigned)r->fcw, (unsigned)r->fsw, in dump_fpu()
84 static const u16 fcw = FCW_DEFAULT; in efi_rs_enter() local93 asm volatile ( "fnclex; fldcw %0" :: "m" (fcw) ); in efi_rs_enter()
Completed in 27 milliseconds