Home
last modified time | relevance | path

Searched refs:twd (Results 1 – 25 of 48) sorted by relevance

12

/arch/x86/kernel/fpu/
Dregset.c168 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()
Dcore.c221 fp->twd = 0xffffffffu; in fpstate_init_fstate()
/arch/x86/include/asm/
Duser_32.h47 long twd; member
58 unsigned short twd; member
Duser32.h10 u32 twd; member
22 unsigned short twd; /* not compatible to 64bit twd */ member
Duser_64.h53 unsigned short twd; /* Note this is not the same as member
/arch/x86/include/asm/fpu/
Dtypes.h14 u32 twd; /* FPU Tag Word */ member
36 u16 twd; /* Tag Word */ member
78 u32 twd; member
/arch/x86/um/
Dsignal.c23 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/
Dtango4-common.dtsi37 twd@600 {
38 compatible = "arm,cortex-a9-twd-timer";
Dhighbank.dts96 compatible = "arm,cortex-a9-twd-timer";
103 compatible = "arm,cortex-a9-twd-wdt";
Dbcm63138.dtsi113 compatible = "arm,cortex-a9-twd-timer";
120 compatible = "arm,cortex-a9-twd-wdt";
Dbcm-nsp.dtsi92 twd-timer@20600 {
93 compatible = "arm,cortex-a9-twd-timer";
100 twd-watchdog@20620 {
101 compatible = "arm,cortex-a9-twd-wdt";
Dvexpress-v2p-ca5s.dts86 compatible = "arm,cortex-a5-twd-timer";
100 compatible = "arm,cortex-a5-twd-wdt";
Darm-realview-pbx-a9.dts87 compatible = "arm,cortex-a9-twd-timer";
94 compatible = "arm,cortex-a9-twd-wdt";
Darm-realview-eb-mp.dtsi92 compatible = "arm,arm11mp-twd-timer";
99 compatible = "arm,arm11mp-twd-wdt";
Dhip01.dtsi104 compatible = "arm,cortex-a9-twd-timer";
Dspear13xx.dtsi324 compatible = "arm,cortex-a9-twd-timer";
331 compatible = "arm,cortex-a9-twd-wdt";
Dvexpress-v2p-ca9.dts149 compatible = "arm,cortex-a9-twd-timer";
155 compatible = "arm,cortex-a9-twd-wdt";
Duniphier-common32.dtsi159 compatible = "arm,cortex-a9-twd-timer";
Dartpec6.dtsi117 compatible = "arm,cortex-a9-twd-timer";
Darm-realview-pb11mp.dts123 compatible = "arm,arm11mp-twd-timer";
130 compatible = "arm,arm11mp-twd-wdt";
Dbcm5301x.dtsi74 compatible = "arm,cortex-a9-twd-timer";
/arch/x86/math-emu/
Dfpu_system.h73 #define fpu_tag_word (I387->soft.twd)
Dfpu_entry.c675 tags = S387->twd; in fpregs_soft_set()
688 S387->twd = tags; in fpregs_soft_set()
710 S387->twd |= 0xffff0000; in fpregs_soft_get()
Dfpu_aux.c40 soft->twd = 0xffff; in fpstate_init_soft()
/arch/x86/include/uapi/asm/
Dsigcontext.h152 __u16 twd; member

12