Searched refs:fsw (Results 1 – 7 of 7) sorted by relevance
55 u16 fsw, fcw; in fpu__probe_without_cpuid() local57 fsw = fcw = 0xffff; in fpu__probe_without_cpuid()63 asm volatile("fninit ; fnstsw %0 ; fnstcw %1" : "+m" (fsw), "+m" (fcw)); in fpu__probe_without_cpuid()65 pr_info("x86/fpu: Probing for FPU: FSW=0x%04hx FCW=0x%04hx\n", fsw, fcw); in fpu__probe_without_cpuid()67 return fsw == 0 && (fcw & 0x103f) == 0x003f; in fpu__probe_without_cpuid()
17 u16 fcw = -1, fsw = -1; in has_fpu() local27 : "+m" (fsw), "+m" (fcw)); in has_fpu()29 return fsw == 0 && (fcw & 0x103f) == 0x003f; in has_fpu()
179 __u16 fsw; member
1111 u16 fsw; in em_fnstsw() local1117 asm volatile("fnstsw %0": "+m"(fsw)); in em_fnstsw()1120 ctxt->dst.val = fsw; in em_fnstsw()
10581 fpu->fsw = fxsave->swd; in kvm_arch_vcpu_ioctl_get_fpu()10605 fxsave->swd = fpu->fsw; in kvm_arch_vcpu_ioctl_set_fpu()
762 __u16 fsw;791 __u16 fsw;