Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/
Darm,twd.txt13 "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";
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
Dregset.c158 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() argument
163 tmp = ~twd; in twd_i387_to_fxsr()
183 u32 twd = (unsigned long) fxsave->twd; in twd_fxsr_to_i387() local
188 for (i = 0; i < 8; i++, twd >>= 1) { in twd_fxsr_to_i387()
189 if (twd & 0x1) { in twd_fxsr_to_i387()
234 env->twd = twd_fxsr_to_i387(fxsave); in convert_from_fxsr()
271 fxsave->twd = twd_i387_to_fxsr(env->twd); in convert_to_fxsr()
/kernel/linux/linux-5.10/drivers/watchdog/
Dmax63xx_wdt.c77 const u8 twd; member
105 while (table->twd) { in max63xx_select_timeout()
106 if (value <= table->twd) { in max63xx_select_timeout()
232 wdt->wdd.timeout = wdt->timeout->twd; in max63xx_wdt_probe()
243 wdt->timeout->twd, wdt->timeout->tdelay); in max63xx_wdt_probe()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ux500/
Dboards.txt29 see binding for timer/arm,twd.txt
69 compatible = "arm,cortex-a9-twd-timer";
78 smp_twd_clk: smp-twd-clock {
/kernel/linux/linux-5.10/arch/x86/include/asm/
Duser_32.h48 long twd; member
59 unsigned short twd; member
Duser32.h11 u32 twd; member
23 unsigned short twd; /* not compatible to 64bit twd */ member
Duser_64.h54 unsigned short twd; /* Note this is not the same as member
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/
Dtypes.h15 u32 twd; /* FPU Tag Word */ member
37 u16 twd; /* Tag Word */ member
82 u32 twd; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dhighbank.dts114 compatible = "arm,cortex-a9-twd-timer";
121 compatible = "arm,cortex-a9-twd-wdt";
Dtango4-common.dtsi38 twd@600 {
39 compatible = "arm,cortex-a9-twd-timer";
Dbcm-hr2.dtsi82 twd-timer@20600 {
83 compatible = "arm,cortex-a9-twd-timer";
90 twd-watchdog@20620 {
91 compatible = "arm,cortex-a9-twd-wdt";
Dnuvoton-npcm750.dtsi37 compatible = "arm,cortex-a9-twd-timer";
Dowl-s500.dtsi92 compatible = "arm,cortex-a9-twd-timer";
99 compatible = "arm,cortex-a9-twd-wdt";
Dbcm63138.dtsi111 compatible = "arm,cortex-a9-twd-timer";
119 compatible = "arm,cortex-a9-twd-wdt";
Darm-realview-pbx-a9.dts87 compatible = "arm,cortex-a9-twd-timer";
94 compatible = "arm,cortex-a9-twd-wdt";
Dvexpress-v2p-ca5s.dts102 compatible = "arm,cortex-a5-twd-timer";
116 compatible = "arm,cortex-a5-twd-wdt";
Darm-realview-eb-mp.dtsi92 compatible = "arm,arm11mp-twd-timer";
99 compatible = "arm,arm11mp-twd-wdt";
Dspear13xx.dtsi320 compatible = "arm,cortex-a9-twd-timer";
327 compatible = "arm,cortex-a9-twd-wdt";
Dbcm-nsp.dtsi100 twd-timer@20600 {
101 compatible = "arm,cortex-a9-twd-timer";
108 twd-watchdog@20620 {
109 compatible = "arm,cortex-a9-twd-wdt";
Dhip01.dtsi99 compatible = "arm,cortex-a9-twd-timer";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dux500.txt30 - smp-twd-clock: a subnode for the ARM SMP Timer Watchdog cluster
61 smp_twd_clk: smp-twd-clock {
/kernel/liteos_a/testsuites/unittest/process/plimits/
Dprocess_plimits_test.cpp578 size_t twd = write(fd, buf, strlen(buf)); in WriteFile() local
579 if (twd == -1) { in WriteFile()
584 return twd; in WriteFile()
/kernel/linux/linux-5.10/arch/x86/math-emu/
Dfpu_entry.c672 tags = S387->twd; in fpregs_soft_set()
685 S387->twd = tags; in fpregs_soft_set()
705 S387->twd |= 0xffff0000; in fpregs_soft_get()
/kernel/liteos_a/testsuites/unittest/container/
DIt_container_test.cpp115 size_t twd = write(fd, buf, strlen(buf)); in WriteFile() local
116 if (twd == -1) { in WriteFile()
121 return twd; in WriteFile()

123