/Linux-v4.19/Documentation/devicetree/bindings/timer/ |
D | arm,twd.txt | 13 "arm,cortex-a9-twd-timer" 14 "arm,cortex-a5-twd-timer" 15 "arm,arm11mp-twd-timer" 29 twd-timer@2c000600 { 30 compatible = "arm,arm11mp-twd-timer""; 38 "arm,cortex-a9-twd-wdt" 39 "arm,cortex-a5-twd-wdt" 40 "arm,arm11mp-twd-wdt" 49 twd-watchdog@2c000620 { 50 compatible = "arm,arm11mp-twd-wdt";
|
/Linux-v4.19/arch/x86/kernel/fpu/ |
D | regset.c | 169 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() argument 174 tmp = ~twd; in twd_i387_to_fxsr() 194 u32 twd = (unsigned long) fxsave->twd; in twd_fxsr_to_i387() local 199 for (i = 0; i < 8; i++, twd >>= 1) { in twd_fxsr_to_i387() 200 if (twd & 0x1) { in twd_fxsr_to_i387() 245 env->twd = twd_fxsr_to_i387(fxsave); in convert_from_fxsr() 283 fxsave->twd = twd_i387_to_fxsr(env->twd); in convert_to_fxsr()
|
/Linux-v4.19/drivers/watchdog/ |
D | max63xx_wdt.c | 77 const u8 twd; member 105 while (table->twd) { in max63xx_select_timeout() 106 if (value <= table->twd) { in max63xx_select_timeout() 233 wdt->wdd.timeout = wdt->timeout->twd; in max63xx_wdt_probe() 244 wdt->timeout->twd, wdt->timeout->tdelay); in max63xx_wdt_probe()
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ux500/ |
D | boards.txt | 29 see binding for timer/arm,twd.txt 69 compatible = "arm,cortex-a9-twd-timer"; 78 smp_twd_clk: smp-twd-clock {
|
/Linux-v4.19/arch/x86/include/asm/ |
D | user_32.h | 48 long twd; member 59 unsigned short twd; member
|
D | user32.h | 11 u32 twd; member 23 unsigned short twd; /* not compatible to 64bit twd */ member
|
D | user_64.h | 54 unsigned short twd; /* Note this is not the same as member
|
/Linux-v4.19/arch/x86/include/asm/fpu/ |
D | types.h | 15 u32 twd; /* FPU Tag Word */ member 37 u16 twd; /* Tag Word */ member 82 u32 twd; member
|
/Linux-v4.19/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()
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | ux500.txt | 30 - smp-twd-clock: a subnode for the ARM SMP Timer Watchdog cluster 61 smp_twd_clk: smp-twd-clock {
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | highbank.dts | 126 compatible = "arm,cortex-a9-twd-timer"; 133 compatible = "arm,cortex-a9-twd-wdt";
|
D | tango4-common.dtsi | 38 twd@600 { 39 compatible = "arm,cortex-a9-twd-timer";
|
D | bcm-hr2.dtsi | 82 twd-timer@20600 { 83 compatible = "arm,cortex-a9-twd-timer"; 90 twd-watchdog@20620 { 91 compatible = "arm,cortex-a9-twd-wdt";
|
D | nuvoton-npcm750.dtsi | 37 compatible = "arm,cortex-a9-twd-timer";
|
D | bcm63138.dtsi | 114 compatible = "arm,cortex-a9-twd-timer"; 122 compatible = "arm,cortex-a9-twd-wdt";
|
D | owl-s500.dtsi | 93 compatible = "arm,cortex-a9-twd-timer"; 100 compatible = "arm,cortex-a9-twd-wdt";
|
D | vexpress-v2p-ca5s.dts | 88 compatible = "arm,cortex-a5-twd-timer"; 102 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 | 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 | spear13xx.dtsi | 326 compatible = "arm,cortex-a9-twd-timer"; 333 compatible = "arm,cortex-a9-twd-wdt";
|
D | hip01.dtsi | 102 compatible = "arm,cortex-a9-twd-timer";
|
D | vexpress-v2p-ca9.dts | 151 compatible = "arm,cortex-a9-twd-timer"; 157 compatible = "arm,cortex-a9-twd-wdt";
|
/Linux-v4.19/arch/x86/math-emu/ |
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_system.h | 100 #define fpu_tag_word (I387->soft.twd)
|