Searched refs:twd (Results 1 – 19 of 19) sorted by relevance
| /openbmc/qemu/target/i386/ |
| H A D | xsave_helper.c | 17 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/openbmc/meta-security/recipes-ids/tripwire/files/ |
| H A D | tripwire.sh | 3 if [ ! -e /var/lib/tripwire/${HOST_NAME}.twd ] ; then
|
| H A D | tripwire.cron | 3 if [ ! -e /var/lib/tripwire/${HOST_NAME}.twd ] ; then
|
| H A D | twcfg.txt | 3 DBFILE =/var/lib/tripwire/$(HOSTNAME).twd
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | uniphier-ld4.dtsi | 350 compatible = "arm,cortex-a9-twd-timer";
|
| H A D | uniphier-sld8.dtsi | 354 compatible = "arm,cortex-a9-twd-timer";
|
| H A D | zynq-7000.dtsi | 358 compatible = "arm,cortex-a9-twd-timer";
|
| H A D | rk3xxx.dtsi | 100 compatible = "arm,cortex-a9-twd-timer";
|
| H A D | uniphier-pro5.dtsi | 426 compatible = "arm,cortex-a9-twd-timer";
|
| H A D | uniphier-pro4.dtsi | 428 compatible = "arm,cortex-a9-twd-timer";
|
| H A D | armada-38x.dtsi | 130 compatible = "arm,cortex-a9-twd-timer";
|
| H A D | armada-375.dtsi | 193 compatible = "arm,cortex-a9-twd-timer";
|
| H A D | uniphier-pxs2.dtsi | 524 compatible = "arm,cortex-a9-twd-timer";
|
| H A D | tegra20.dtsi | 144 compatible = "arm,cortex-a9-twd-timer";
|
| H A D | socfpga_arria10.dtsi | 786 compatible = "arm,cortex-a9-twd-timer";
|
| H A D | socfpga.dtsi | 826 compatible = "arm,cortex-a9-twd-timer";
|
| H A D | tegra30.dtsi | 229 compatible = "arm,cortex-a9-twd-timer";
|
| H A D | imx6qdl.dtsi | 232 compatible = "arm,cortex-a9-twd-timer";
|
| /openbmc/qemu/linux-user/i386/ |
| H A D | signal.c | 41 uint32_t twd; member
|