Home
last modified time | relevance | path

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

/arch/x86/boot/
Dcpucheck.c74 u16 fcw = -1, fsw = -1; in has_fpu() local
84 : "+m" (fsw), "+m" (fcw)); in has_fpu()
86 return fsw == 0 && (fcw & 0x103f) == 0x003f; in has_fpu()
/arch/x86/include/uapi/asm/
Dkvm.h154 __u16 fcw; member
/arch/x86/kvm/
Demulate.c1147 u16 fcw; in em_fnstcw() local
1153 asm volatile("fnstcw %0": "+m"(fcw)); in em_fnstcw()
1158 ctxt->dst.val = fcw; in em_fnstcw()
Dx86.c6411 fpu->fcw = fxsave->cwd; in kvm_arch_vcpu_ioctl_get_fpu()
6428 fxsave->cwd = fpu->fcw; in kvm_arch_vcpu_ioctl_set_fpu()