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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dfpu32.c14 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) argument
19 tmp = ~twd;
31 unsigned long twd = (unsigned long) fxsave->twd; local
39 if (twd & 0x1) {
68 twd = twd >> 1;
85 err |= __get_user(fxsave->twd, (u16 *)&buf->tag);
86 fxsave->twd = twd_i387_to_fxsr(fxsave->twd);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Di387.c37 empty_fpu_state.fsave.twd = 0xffffffff;
114 static inline unsigned short twd_i387_to_fxsr( unsigned short twd )
119 tmp = ~twd;
131 unsigned long twd = (unsigned long) fxsave->twd; local
139 if ( twd & 0x1 ) {
168 twd = twd >> 1;
198 return tsk->thread.i387.fxsave.twd;
200 return (unsigned short)tsk->thread.i387.fsave.twd;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Duser.h48 long twd; member in struct:user_i387_struct
59 unsigned short twd; member in struct:user_fxsr_struct
H A Di387.h53 extern void set_fpu_twd( struct task_struct *tsk, unsigned short twd );
H A Dprocessor.h290 long twd; member in struct:i387_fsave_struct
302 unsigned short twd; member in struct:i387_fxsave_struct
318 long twd; member in struct:i387_soft_struct
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/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 Di387.h66 #define get_fpu_fxsr_twd(t) ((t)->thread.i387.fxsave.twd)
70 #define set_fpu_fxsr_twd(t,val) ((t)->thread.i387.fxsave.twd = (val))
145 child->thread.i387.fxsave.twd = 0;
H A Dsigcontext.h12 __u16 twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */ member in struct:_fpstate
H A Duser.h54 unsigned short twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */ member in struct:user_i387_struct
H A Dprocessor.h270 u16 twd; member in struct:i387_fxsave_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/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 Di387.h66 #define get_fpu_fxsr_twd(t) ((t)->thread.i387.fxsave.twd)
70 #define set_fpu_fxsr_twd(t,val) ((t)->thread.i387.fxsave.twd = (val))
145 child->thread.i387.fxsave.twd = 0;
H A Dsigcontext.h12 __u16 twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */ member in struct:_fpstate
H A Duser.h54 unsigned short twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */ member in struct:user_i387_struct
H A Dprocessor.h270 u16 twd; member in struct:i387_fxsave_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Duser.h48 long twd; member in struct:user_i387_struct
59 unsigned short twd; member in struct:user_fxsr_struct
H A Di387.h53 extern void set_fpu_twd( struct task_struct *tsk, unsigned short twd );
H A Dprocessor.h290 long twd; member in struct:i387_fsave_struct
302 unsigned short twd; member in struct:i387_fxsave_struct
318 long twd; member in struct:i387_soft_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/math-emu/
H A Dfpu_system.h60 #define fpu_tag_word (I387.soft.twd)
H A Dfpu_entry.c708 tags = S387->twd;
721 S387->twd = tags;
739 S387->twd |= 0xffff0000;

Completed in 187 milliseconds