Searched refs:fsw (Results 1 – 5 of 5) sorted by relevance
98 def setup_fit(fsw, name): argument107 fsw.INC_SIZE = 16 << 20108 fsw.finish_reservemap()109 fsw.begin_node('')110 fsw.property_string('description', f'{name} with devicetree set')111 fsw.property_u32('#address-cells', 1)113 fsw.property_u32('timestamp', int(time.time()))114 fsw.begin_node('images')117 def write_kernel(fsw, data, args): argument131 with fsw.add_node('kernel'):[all …]
16 u16 fcw = -1, fsw = -1; in has_fpu() local26 : "+m" (fsw), "+m" (fcw)); in has_fpu()28 return fsw == 0 && (fcw & 0x103f) == 0x003f; in has_fpu()
178 __u16 fsw; member
12653 fpu->fsw = fxsave->swd; in kvm_arch_vcpu_ioctl_get_fpu()12677 fxsave->swd = fpu->fsw; in kvm_arch_vcpu_ioctl_set_fpu()
788 __u16 fsw;826 __u16 fsw;