Home
last modified time | relevance | path

Searched refs:twd (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/drivers/watchdog/
Dmax63xx_wdt.c75 u8 twd; member
105 while (table->twd) { in max63xx_select_timeout()
106 if (value <= table->twd) { in max63xx_select_timeout()
290 current_timeout->twd, current_timeout->tdelay); in max63xx_wdt_probe()
292 heartbeat = current_timeout->twd; in max63xx_wdt_probe()
/linux-2.6.39/arch/x86/kernel/
Di387.c138 fp->twd = 0xffffffffu; in fpu_finit()
309 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() argument
314 tmp = ~twd; in twd_i387_to_fxsr()
334 u32 twd = (unsigned long) fxsave->twd; in twd_fxsr_to_i387() local
339 for (i = 0; i < 8; i++, twd >>= 1) { in twd_fxsr_to_i387()
340 if (twd & 0x1) { in twd_fxsr_to_i387()
385 env->twd = twd_fxsr_to_i387(fxsave); in convert_from_fxsr()
423 fxsave->twd = twd_i387_to_fxsr(env->twd); in convert_to_fxsr()
Dxsave.c67 fx->twd = 0; in __sanitize_i387_state()
/linux-2.6.39/arch/x86/include/asm/
Duser_32.h47 long twd; member
58 unsigned short twd; member
Duser32.h10 u32 twd; member
22 unsigned short twd; /* not compatible to 64bit twd */ member
Duser_64.h53 unsigned short twd; /* Note this is not the same as member
Dprocessor.h283 u32 twd; /* FPU Tag Word */ member
299 u16 twd; /* Tag Word */ member
334 u32 twd; member
Dsigcontext.h172 __u16 twd; /* Note this is not the same as the member
/linux-2.6.39/arch/um/sys-i386/
Dsignal.c39 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() argument
44 tmp = ~twd; in twd_i387_to_fxsr()
56 unsigned long twd = (unsigned long) fxsave->twd; in twd_fxsr_to_i387() local
64 if (twd & 0x1) { in twd_fxsr_to_i387()
93 twd = twd >> 1; in twd_fxsr_to_i387()
144 fxsave->twd = twd_i387_to_fxsr((unsigned short)(env[2] & 0xffff)); in convert_fxsr_from_user()
/linux-2.6.39/arch/x86/math-emu/
Dfpu_system.h58 #define fpu_tag_word (I387->soft.twd)
Dfpu_aux.c40 soft->twd = 0xffff; in finit_soft_fpu()
Dfpu_entry.c713 tags = S387->twd; in fpregs_soft_set()
726 S387->twd = tags; in fpregs_soft_set()
748 S387->twd |= 0xffff0000; in fpregs_soft_get()
/linux-2.6.39/arch/x86/kvm/
Dx86.c5761 fpu->ftwx = fxsave->twd; in kvm_arch_vcpu_ioctl_get_fpu()
5778 fxsave->twd = fpu->ftwx; in kvm_arch_vcpu_ioctl_set_fpu()