Home
last modified time | relevance | path

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

/linux/scripts/
H A Dmake_fit.py92 def setup_fit(fsw, name): argument
98 fsw (libfdt.FdtSw): Object to use for writing
101 fsw.INC_SIZE = 65536
102 fsw.finish_reservemap()
103 fsw.begin_node('')
104 fsw.property_string('description', f'{name} with devicetree set')
105 fsw.property_u32('#address-cells', 1)
107 fsw.property_u32('timestamp', int(time.time()))
108 fsw.begin_node('images')
111 def write_kernel(fsw, dat argument
136 finish_fit(fsw, entries) global() argument
194 output_dtb(fsw, seq, fname, arch, compress) global() argument
[all...]
/linux/arch/x86/kernel/fpu/
H A Dinit.c62 u16 fsw, fcw; in fpu__probe_without_cpuid() local
64 fsw = fcw = 0xffff; in fpu__probe_without_cpuid()
70 asm volatile("fninit ; fnstsw %0 ; fnstcw %1" : "+m" (fsw), "+m" (fcw)); in fpu__probe_without_cpuid()
72 pr_info("x86/fpu: Probing for FPU: FSW=0x%04hx FCW=0x%04hx\n", fsw, fcw); in fpu__probe_without_cpuid()
74 return fsw == 0 && (fcw & 0x103f) == 0x003f; in fpu__probe_without_cpuid()
/linux/arch/x86/boot/
H A 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/arch/x86/include/uapi/asm/
H A Dkvm.h178 __u16 fsw; member
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h178 __u16 fsw; member
/linux/arch/x86/kvm/
H A Demulate.c1067 u16 fsw; in em_fnstsw() local
1073 asm volatile("fnstsw %0": "+m"(fsw)); in em_fnstsw()
1076 ctxt->dst.val = fsw; in em_fnstsw()
/linux/Documentation/virt/kvm/
H A Dapi.rst788 __u16 fsw;
826 __u16 fsw;