Searched refs:twd (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dfpu32.c13 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) argument
18 tmp = ~twd;
31 unsigned long twd = (unsigned long) fxsave->twd; local
39 if (twd & 0x1) {
68 twd = twd >> 1;
86 G(2, fxsave->twd);
87 fxsave->twd = twd_i387_to_fxsr(fxsave->twd);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Duser.h47 long twd; member in struct:user_i387_struct
58 unsigned short twd; member in struct:user_fxsr_struct
H A Dprocessor.h243 long twd; member in struct:i387_fsave_struct
255 unsigned short twd; member in struct:i387_fxsave_struct
271 long twd; member in struct:i387_soft_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Duser32.h9 u32 twd; member in struct:user_i387_ia32_struct
21 unsigned short twd; /* not compatible to 64bit twd */ member in struct:user32_fxsr_struct
H A Dsigcontext.h13 __u16 twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */ member in struct:_fpstate
H A Di387.h72 #define get_fpu_fxsr_twd(t) ((t)->thread.i387.fxsave.twd)
76 #define set_fpu_fxsr_twd(t,val) ((t)->thread.i387.fxsave.twd = (val))
H A Duser.h53 unsigned short twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */ member in struct:user_i387_struct
H A Dprocessor.h162 u16 twd; member in struct:i387_fxsave_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dptrace.c160 unsigned short twd; member in struct:i387_fxsave_struct
177 static inline unsigned short twd_i387_to_fxsr( unsigned short twd )
182 tmp = ~twd;
194 unsigned long twd = (unsigned long) fxsave->twd; local
202 if ( twd & 0x1 ) {
231 twd = twd >> 1;
292 fxsave->twd = twd_i387_to_fxsr((unsigned short)(env[2] & 0xffff));
379 fpu->twd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Di387.c60 tsk->thread.i387.fsave.twd = 0xffffffffu;
88 static inline unsigned short twd_i387_to_fxsr( unsigned short twd )
93 tmp = ~twd;
106 unsigned long twd = (unsigned long) fxsave->twd; local
114 if ( twd & 0x1 ) {
143 twd = twd >> 1;
231 fxsave->twd = twd_i387_to_fxsr((unsigned short)(env[2] & 0xffff));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_system.h62 #define fpu_tag_word (I387.soft.twd)
H A Dfpu_entry.c710 tags = S387->twd;
723 S387->twd = tags;
741 S387->twd |= 0xffff0000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32priv.h137 int twd; member in struct:ia32_user_i387_struct
149 unsigned short twd; member in struct:ia32_user_fxsr_struct
H A Dsys_ia32.c1617 __put_user((tsk->thread.fsr>>16) & 0xffff, &save->twd);
1648 __get_user(fsrhi, (unsigned int __user *)&save->twd);
1681 __put_user((tsk->thread.fsr>>16) & 0xffff, &save->twd);
1723 __get_user(fsrhi, (unsigned int __user *)&save->twd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dkvm_main.c2415 u16 twd; member in struct:fxsave
2438 fpu->ftwx = fxsave->twd;
2458 fxsave->twd = fpu->ftwx;

Completed in 116 milliseconds