Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/boot/
Dcpuflags.c16 u16 fcw = -1, fsw = -1; in has_fpu() local
26 : "+m" (fsw), "+m" (fcw)); in has_fpu()
28 return fsw == 0 && (fcw & 0x103f) == 0x003f; in has_fpu()
/linux-4.1.27/arch/x86/kernel/
Di387.c654 u16 fsw, fcw; in fpu_detect() local
656 fsw = fcw = 0xffff; in fpu_detect()
663 : "+m" (fsw), "+m" (fcw)); in fpu_detect()
665 if (fsw == 0 && (fcw & 0x103f) == 0x003f) in fpu_detect()
/linux-4.1.27/drivers/staging/iio/resolver/
Dad2s1210.c150 unsigned char fcw; in ad2s1210_update_frequency_control_word() local
152 fcw = (unsigned char)(st->fexcit * (1 << 15) / st->fclkin); in ad2s1210_update_frequency_control_word()
153 if (fcw < AD2S1210_MIN_FCW || fcw > AD2S1210_MAX_FCW) { in ad2s1210_update_frequency_control_word()
162 return ad2s1210_config_write(st, fcw); in ad2s1210_update_frequency_control_word()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dkvm.h157 __u16 fcw; member
/linux-4.1.27/arch/x86/kvm/
Demulate.c1093 u16 fcw; in em_fnstcw() local
1099 asm volatile("fnstcw %0": "+m"(fcw)); in em_fnstcw()
1102 ctxt->dst.val = fcw; in em_fnstcw()
Dx86.c6982 fpu->fcw = fxsave->cwd; in kvm_arch_vcpu_ioctl_get_fpu()
6999 fxsave->cwd = fpu->fcw; in kvm_arch_vcpu_ioctl_set_fpu()
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt568 __u16 fcw;
594 __u16 fcw;