/arch/x86/kernel/fpu/ |
D | regset.c | 168 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() argument 173 tmp = ~twd; in twd_i387_to_fxsr() 193 u32 twd = (unsigned long) fxsave->twd; in twd_fxsr_to_i387() local 198 for (i = 0; i < 8; i++, twd >>= 1) { in twd_fxsr_to_i387() 199 if (twd & 0x1) { in twd_fxsr_to_i387() 244 env->twd = twd_fxsr_to_i387(fxsave); in convert_from_fxsr() 282 fxsave->twd = twd_i387_to_fxsr(env->twd); in convert_to_fxsr()
|
D | core.c | 221 fp->twd = 0xffffffffu; in fpstate_init_fstate()
|
/arch/x86/include/asm/ |
D | user_32.h | 47 long twd; member 58 unsigned short twd; member
|
D | user32.h | 10 u32 twd; member 22 unsigned short twd; /* not compatible to 64bit twd */ member
|
D | user_64.h | 53 unsigned short twd; /* Note this is not the same as member
|
/arch/x86/include/asm/fpu/ |
D | types.h | 14 u32 twd; /* FPU Tag Word */ member 36 u16 twd; /* Tag Word */ member 78 u32 twd; member
|
/arch/x86/um/ |
D | signal.c | 23 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() argument 28 tmp = ~twd; in twd_i387_to_fxsr() 40 unsigned long twd = (unsigned long) fxsave->twd; in twd_fxsr_to_i387() local 48 if (twd & 0x1) { in twd_fxsr_to_i387() 77 twd = twd >> 1; in twd_fxsr_to_i387() 128 fxsave->twd = twd_i387_to_fxsr((unsigned short)(env[2] & 0xffff)); in convert_fxsr_from_user()
|
/arch/arm/boot/dts/ |
D | tango4-common.dtsi | 37 twd@600 { 38 compatible = "arm,cortex-a9-twd-timer";
|
D | highbank.dts | 96 compatible = "arm,cortex-a9-twd-timer"; 103 compatible = "arm,cortex-a9-twd-wdt";
|
D | bcm63138.dtsi | 113 compatible = "arm,cortex-a9-twd-timer"; 120 compatible = "arm,cortex-a9-twd-wdt";
|
D | bcm-nsp.dtsi | 92 twd-timer@20600 { 93 compatible = "arm,cortex-a9-twd-timer"; 100 twd-watchdog@20620 { 101 compatible = "arm,cortex-a9-twd-wdt";
|
D | vexpress-v2p-ca5s.dts | 86 compatible = "arm,cortex-a5-twd-timer"; 100 compatible = "arm,cortex-a5-twd-wdt";
|
D | arm-realview-pbx-a9.dts | 87 compatible = "arm,cortex-a9-twd-timer"; 94 compatible = "arm,cortex-a9-twd-wdt";
|
D | arm-realview-eb-mp.dtsi | 92 compatible = "arm,arm11mp-twd-timer"; 99 compatible = "arm,arm11mp-twd-wdt";
|
D | hip01.dtsi | 104 compatible = "arm,cortex-a9-twd-timer";
|
D | spear13xx.dtsi | 324 compatible = "arm,cortex-a9-twd-timer"; 331 compatible = "arm,cortex-a9-twd-wdt";
|
D | vexpress-v2p-ca9.dts | 149 compatible = "arm,cortex-a9-twd-timer"; 155 compatible = "arm,cortex-a9-twd-wdt";
|
D | uniphier-common32.dtsi | 159 compatible = "arm,cortex-a9-twd-timer";
|
D | artpec6.dtsi | 117 compatible = "arm,cortex-a9-twd-timer";
|
D | arm-realview-pb11mp.dts | 123 compatible = "arm,arm11mp-twd-timer"; 130 compatible = "arm,arm11mp-twd-wdt";
|
D | bcm5301x.dtsi | 74 compatible = "arm,cortex-a9-twd-timer";
|
/arch/x86/math-emu/ |
D | fpu_system.h | 73 #define fpu_tag_word (I387->soft.twd)
|
D | fpu_entry.c | 675 tags = S387->twd; in fpregs_soft_set() 688 S387->twd = tags; in fpregs_soft_set() 710 S387->twd |= 0xffff0000; in fpregs_soft_get()
|
D | fpu_aux.c | 40 soft->twd = 0xffff; in fpstate_init_soft()
|
/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 152 __u16 twd; member
|