Home
last modified time | relevance | path

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

123

/arch/x86/um/
A Dptrace.c14 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() argument
19 tmp = ~twd; in twd_i387_to_fxsr()
32 unsigned long twd = (unsigned long) fxsave->twd; in twd_fxsr_to_i387() local
40 if (twd & 0x1) { in twd_fxsr_to_i387()
68 twd = twd >> 1; in twd_fxsr_to_i387()
132 fxsave->twd = twd_i387_to_fxsr((unsigned short)(from->twd & 0xffff)); in um_fxsr_from_i387()
/arch/x86/kernel/fpu/
A Dregset.c265 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() argument
270 tmp = ~twd; in twd_i387_to_fxsr()
290 u32 twd = (unsigned long) fxsave->twd; in twd_fxsr_to_i387() local
295 for (i = 0; i < 8; i++, twd >>= 1) { in twd_fxsr_to_i387()
296 if (twd & 0x1) { in twd_fxsr_to_i387()
341 env->twd = twd_fxsr_to_i387(fxsave); in __convert_from_fxsr()
384 fxsave->twd = twd_i387_to_fxsr(env->twd); in convert_to_fxsr()
/arch/x86/include/asm/
A Duser_32.h48 long twd; member
59 unsigned short twd; member
A Duser32.h11 u32 twd; member
23 unsigned short twd; /* not compatible to 64bit twd */ member
A Duser_64.h54 unsigned short twd; /* Note this is not the same as member
/arch/x86/include/asm/fpu/
A Dtypes.h17 u32 twd; /* FPU Tag Word */ member
39 u16 twd; /* Tag Word */ member
84 u32 twd; member
/arch/arm/boot/dts/calxeda/
A Dhighbank.dts114 compatible = "arm,cortex-a9-twd-timer";
121 compatible = "arm,cortex-a9-twd-wdt";
/arch/arm/boot/dts/nuvoton/
A Dnuvoton-npcm730.dtsi37 compatible = "arm,cortex-a9-twd-timer";
A Dnuvoton-npcm750.dtsi38 compatible = "arm,cortex-a9-twd-timer";
/arch/arm/boot/dts/broadcom/
A Dbcm-hr2.dtsi82 twd-timer@20600 {
83 compatible = "arm,cortex-a9-twd-timer";
90 twd-watchdog@20620 {
91 compatible = "arm,cortex-a9-twd-wdt";
A Dbcm63138.dtsi117 compatible = "arm,cortex-a9-twd-timer";
125 compatible = "arm,cortex-a9-twd-wdt";
A Dbcm5301x.dtsi21 compatible = "arm,cortex-a9-twd-wdt";
A Dbcm-nsp.dtsi100 twd-timer@20600 {
101 compatible = "arm,cortex-a9-twd-timer";
108 twd-watchdog@20620 {
109 compatible = "arm,cortex-a9-twd-wdt";
/arch/arm/boot/dts/arm/
A Dvexpress-v2p-ca5s.dts102 compatible = "arm,cortex-a5-twd-timer";
116 compatible = "arm,cortex-a5-twd-wdt";
A Darm-realview-pbx-a9.dts87 compatible = "arm,cortex-a9-twd-timer";
94 compatible = "arm,cortex-a9-twd-wdt";
A Darm-realview-eb-mp.dtsi92 compatible = "arm,arm11mp-twd-timer";
99 compatible = "arm,arm11mp-twd-wdt";
A Dvexpress-v2p-ca9.dts146 compatible = "arm,cortex-a9-twd-timer";
152 compatible = "arm,cortex-a9-twd-wdt";
/arch/x86/math-emu/
A Dfpu_entry.c673 tags = S387->twd; in fpregs_soft_set()
686 S387->twd = tags; in fpregs_soft_set()
706 S387->twd |= 0xffff0000; in fpregs_soft_get()
A Dfpu_system.h100 #define fpu_tag_word (I387->soft.twd)
A Dfpu_aux.c41 soft->twd = 0xffff; in fpstate_init_soft()
/arch/arm/boot/dts/hisilicon/
A Dhip01.dtsi99 compatible = "arm,cortex-a9-twd-timer";
/arch/arm/boot/dts/st/
A Dspear13xx.dtsi320 compatible = "arm,cortex-a9-twd-timer";
327 compatible = "arm,cortex-a9-twd-wdt";
/arch/arm64/boot/dts/broadcom/bcmbca/
A Dbcm6858.dtsi121 twd: timer-mfd@400 { label
122 compatible = "brcm,bcm4908-twd", "simple-mfd", "syscon";
A Dbcm4908.dtsi333 twd: timer-mfd@400 { label
334 compatible = "brcm,bcm4908-twd", "simple-mfd", "syscon";
753 regmap = <&twd>;
/arch/arm/boot/dts/actions/
A Dowl-s500.dtsi101 compatible = "arm,cortex-a9-twd-timer";
108 compatible = "arm,cortex-a9-twd-wdt";

Completed in 40 milliseconds

123