Home
last modified time | relevance | path

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

1234

/openbmc/linux/arch/x86/kernel/fpu/
H 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()
/openbmc/linux/drivers/watchdog/
H A Dmax63xx_wdt.c75 const u8 twd; member
103 while (table->twd) { in max63xx_select_timeout()
104 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()
/openbmc/qemu/target/i386/
H A Dxsave_helper.c17 uint16_t cwd, swd, twd; in x86_cpu_xsave_all_areas() local
26 twd = 0; in x86_cpu_xsave_all_areas()
31 twd |= (!env->fptags[i]) << i; in x86_cpu_xsave_all_areas()
35 legacy->ftw = twd; in x86_cpu_xsave_all_areas()
154 uint16_t cwd, swd, twd; in x86_cpu_xrstor_all_areas() local
163 twd = legacy->ftw; in x86_cpu_xrstor_all_areas()
169 env->fptags[i] = !((twd >> i) & 1); in x86_cpu_xrstor_all_areas()
/openbmc/linux/Documentation/devicetree/bindings/arm/ux500/
H A Dboards.txt29 see binding for timer/arm,twd-timer.yaml
69 compatible = "arm,cortex-a9-twd-timer";
78 smp_twd_clk: smp-twd-clock {
/openbmc/linux/arch/x86/include/asm/
H A Duser_32.h48 long twd; member
59 unsigned short twd; member
H A Duser32.h11 u32 twd; member
23 unsigned short twd; /* not compatible to 64bit twd */ member
H A Duser_64.h54 unsigned short twd; /* Note this is not the same as member
/openbmc/linux/arch/x86/um/
H A Dsignal.c24 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() argument
29 tmp = ~twd; in twd_i387_to_fxsr()
41 unsigned long twd = (unsigned long) fxsave->twd; in twd_fxsr_to_i387() local
49 if (twd & 0x1) { in twd_fxsr_to_i387()
78 twd = twd >> 1; in twd_fxsr_to_i387()
129 fxsave->twd = twd_i387_to_fxsr((unsigned short)(env[2] & 0xffff)); in convert_fxsr_from_user()
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dtypes.h15 u32 twd; /* FPU Tag Word */ member
37 u16 twd; /* Tag Word */ member
82 u32 twd; member
/openbmc/linux/arch/arm/boot/dts/calxeda/
H A Dhighbank.dts114 compatible = "arm,cortex-a9-twd-timer";
121 compatible = "arm,cortex-a9-twd-wdt";
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtripwire.sh3 if [ ! -e /var/lib/tripwire/${HOST_NAME}.twd ] ; then
H A Dtripwire.cron3 if [ ! -e /var/lib/tripwire/${HOST_NAME}.twd ] ; then
H A Dtwcfg.txt3 DBFILE =/var/lib/tripwire/$(HOSTNAME).twd
/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm6858.dtsi120 twd: timer-mfd@400 { label
121 compatible = "brcm,bcm4908-twd", "simple-mfd", "syscon";
H A Dbcm4908.dtsi322 twd: timer-mfd@400 { label
323 compatible = "brcm,bcm4908-twd", "simple-mfd", "syscon";
632 regmap = <&twd>;
/openbmc/linux/arch/arm/boot/dts/broadcom/
H 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";
H A Dbcm63138.dtsi117 compatible = "arm,cortex-a9-twd-timer";
125 compatible = "arm,cortex-a9-twd-wdt";
H 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";
/openbmc/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-npcm730.dtsi37 compatible = "arm,cortex-a9-twd-timer";
H A Dnuvoton-npcm750.dtsi38 compatible = "arm,cortex-a9-twd-timer";
/openbmc/linux/arch/arm/boot/dts/arm/
H A Dvexpress-v2p-ca5s.dts102 compatible = "arm,cortex-a5-twd-timer";
116 compatible = "arm,cortex-a5-twd-wdt";
H A Darm-realview-pbx-a9.dts87 compatible = "arm,cortex-a9-twd-timer";
94 compatible = "arm,cortex-a9-twd-wdt";
H A Darm-realview-eb-mp.dtsi92 compatible = "arm,arm11mp-twd-timer";
99 compatible = "arm,arm11mp-twd-wdt";
/openbmc/linux/arch/x86/math-emu/
H 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()
/openbmc/linux/arch/arm/boot/dts/st/
H A Dspear13xx.dtsi320 compatible = "arm,cortex-a9-twd-timer";
327 compatible = "arm,cortex-a9-twd-wdt";

1234