Searched refs:fcw (Results 1 – 5 of 5) sorted by relevance
74 u16 fcw = -1, fsw = -1; in has_fpu() local84 : "+m" (fsw), "+m" (fcw)); in has_fpu()86 return fsw == 0 && (fcw & 0x103f) == 0x003f; in has_fpu()
190 unsigned char fcw; in update_frequency_control_word() local191 fcw = (unsigned char)(st->fexcit * (1 << 15) / st->fclkin); in update_frequency_control_word()192 if (fcw >= AD2S1210_MIN_FCW && fcw <= AD2S1210_MAX_FCW) { in update_frequency_control_word()194 config_write(st, fcw); in update_frequency_control_word()
137 __u16 fcw; member
484 __u16 fcw;509 __u16 fcw;
5759 fpu->fcw = fxsave->cwd; in kvm_arch_vcpu_ioctl_get_fpu()5776 fxsave->cwd = fpu->fcw; in kvm_arch_vcpu_ioctl_set_fpu()