Home
last modified time | relevance | path

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

/linux-2.6.39/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()
/linux-2.6.39/arch/x86/include/asm/
Dkvm.h138 __u16 fsw; member
/linux-2.6.39/Documentation/kvm/
Dapi.txt485 __u16 fsw;
510 __u16 fsw;
/linux-2.6.39/arch/x86/kvm/
Dx86.c5760 fpu->fsw = fxsave->swd; in kvm_arch_vcpu_ioctl_get_fpu()
5777 fxsave->swd = fpu->fsw; in kvm_arch_vcpu_ioctl_set_fpu()