twd                15 arch/x86/include/asm/fpu/types.h 	u32			twd;	/* FPU Tag Word			*/
twd                37 arch/x86/include/asm/fpu/types.h 	u16			twd; /* Tag Word			*/
twd                82 arch/x86/include/asm/fpu/types.h 	u32			twd;
twd                11 arch/x86/include/asm/user32.h 	u32	twd;
twd                23 arch/x86/include/asm/user32.h 	unsigned short	twd;	/* not compatible to 64bit twd */
twd                48 arch/x86/include/asm/user_32.h 	long	twd;
twd                59 arch/x86/include/asm/user_32.h 	unsigned short	twd;
twd                54 arch/x86/include/asm/user_64.h 	unsigned short	twd;	/* Note this is not the same as
twd               153 arch/x86/include/uapi/asm/sigcontext.h 	__u16				twd;
twd               145 arch/x86/kernel/fpu/core.c 	fp->twd = 0xffffffffu;
twd               165 arch/x86/kernel/fpu/regset.c static inline unsigned short twd_i387_to_fxsr(unsigned short twd)
twd               170 arch/x86/kernel/fpu/regset.c 	tmp = ~twd;
twd               190 arch/x86/kernel/fpu/regset.c 	u32 twd = (unsigned long) fxsave->twd;
twd               195 arch/x86/kernel/fpu/regset.c 	for (i = 0; i < 8; i++, twd >>= 1) {
twd               196 arch/x86/kernel/fpu/regset.c 		if (twd & 0x1) {
twd               241 arch/x86/kernel/fpu/regset.c 	env->twd = twd_fxsr_to_i387(fxsave);
twd               278 arch/x86/kernel/fpu/regset.c 	fxsave->twd = twd_i387_to_fxsr(env->twd);
twd               170 arch/x86/kernel/fpu/xstate.c 		fx->twd = 0;
twd              9054 arch/x86/kvm/x86.c 	fpu->ftwx = fxsave->twd;
twd              9075 arch/x86/kvm/x86.c 	fxsave->twd = fpu->ftwx;
twd                41 arch/x86/math-emu/fpu_aux.c 	soft->twd = 0xffff;
twd               672 arch/x86/math-emu/fpu_entry.c 	tags = S387->twd;
twd               685 arch/x86/math-emu/fpu_entry.c 	S387->twd = tags;
twd               707 arch/x86/math-emu/fpu_entry.c 	S387->twd |= 0xffff0000;
twd               100 arch/x86/math-emu/fpu_system.h #define fpu_tag_word		(I387->soft.twd)
twd                23 arch/x86/um/signal.c static inline unsigned short twd_i387_to_fxsr(unsigned short twd)
twd                28 arch/x86/um/signal.c 	tmp = ~twd;
twd                40 arch/x86/um/signal.c 	unsigned long twd = (unsigned long) fxsave->twd;
twd                48 arch/x86/um/signal.c 		if (twd & 0x1) {
twd                77 arch/x86/um/signal.c 		twd = twd >> 1;
twd               128 arch/x86/um/signal.c 	fxsave->twd = twd_i387_to_fxsr((unsigned short)(env[2] & 0xffff));
twd                77 drivers/watchdog/max63xx_wdt.c 	const u8 twd;
twd               105 drivers/watchdog/max63xx_wdt.c 	while (table->twd) {
twd               106 drivers/watchdog/max63xx_wdt.c 		if (value <= table->twd) {
twd               232 drivers/watchdog/max63xx_wdt.c 	wdt->wdd.timeout = wdt->timeout->twd;
twd               243 drivers/watchdog/max63xx_wdt.c 		 wdt->timeout->twd, wdt->timeout->tdelay);