Searched defs:twd (Results 1 - 7 of 7) sorted by relevance

/arch/x86/include/asm/
H A Duser32.h10 u32 twd; member in struct:user_i387_ia32_struct
22 unsigned short twd; /* not compatible to 64bit twd */ member in struct:user32_fxsr_struct
H A Duser_32.h47 long twd; member in struct:user_i387_struct
58 unsigned short twd; member in struct:user_fxsr_struct
H A Duser_64.h53 unsigned short twd; /* Note this is not the same as member in struct:user_i387_struct
54 the 32bit/x87/FSAVE twd */
H A Dprocessor.h299 u32 twd; /* FPU Tag Word */ member in struct:i387_fsave_struct
315 u16 twd; /* Tag Word */ member in struct:i387_fxsave_struct
350 u32 twd; member in struct:i387_soft_struct
/arch/x86/um/
H A Dsignal.c23 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) argument
28 tmp = ~twd;
40 unsigned long twd = (unsigned long) fxsave->twd; local
48 if (twd & 0x1) {
77 twd = twd >> 1;
128 fxsave->twd = twd_i387_to_fxsr((unsigned short)(env[2] & 0xffff));
/arch/x86/kernel/
H A Di387.c217 fp->twd = 0xffffffffu;
389 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) argument
394 tmp = ~twd;
414 u32 twd = (unsigned long) fxsave->twd; local
419 for (i = 0; i < 8; i++, twd >>= 1) {
420 if (twd & 0x1) {
465 env->twd = twd_fxsr_to_i387(fxsave);
503 fxsave->twd = twd_i387_to_fxsr(env->twd);
[all...]
/arch/x86/include/uapi/asm/
H A Dsigcontext.h139 __u16 twd; /* Note this is not the same as the member in struct:_fpstate
140 32bit/x87/FSAVE twd */

Completed in 178 milliseconds