Searched refs:twd (Results 1 - 23 of 23) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Duser32.h10 u32 twd; member in struct:user_i387_ia32_struct
22 unsigned short twd; /* not compatible to 64bit twd */ member in struct:user32_fxsr_struct
H A Duser_32.h47 long twd; member in struct:user_i387_struct
58 unsigned short twd; member in struct:user_fxsr_struct
H A Duser_64.h53 unsigned short twd; /* Note this is not the same as member in struct:user_i387_struct
54 the 32bit/x87/FSAVE twd */
/linux-4.4.14/arch/arm/kernel/
H A Dsmp_twd.c122 * The twd clock events must be reprogrammed to account for the new twd_rate_change()
167 * The twd clock events must be reprogrammed to account for the new twd_cpufreq_transition()
342 err = request_percpu_irq(twd_ppi, twd_handler, "twd", twd_evt); twd_local_timer_common_register()
344 pr_err("twd: can't register interrupt %d (%d)\n", twd_ppi, err); twd_local_timer_common_register()
414 CLOCKSOURCE_OF_DECLARE(arm_twd_a9, "arm,cortex-a9-twd-timer", twd_local_timer_of_register);
415 CLOCKSOURCE_OF_DECLARE(arm_twd_a5, "arm,cortex-a5-twd-timer", twd_local_timer_of_register);
416 CLOCKSOURCE_OF_DECLARE(arm_twd_11mp, "arm,arm11mp-twd-timer", twd_local_timer_of_register);
/linux-4.4.14/arch/x86/kernel/fpu/
H A Dregset.c138 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) twd_i387_to_fxsr() argument
143 tmp = ~twd; twd_i387_to_fxsr()
163 u32 twd = (unsigned long) fxsave->twd; twd_fxsr_to_i387() local
168 for (i = 0; i < 8; i++, twd >>= 1) { twd_fxsr_to_i387()
169 if (twd & 0x1) { twd_fxsr_to_i387()
214 env->twd = twd_fxsr_to_i387(fxsave); convert_from_fxsr()
252 fxsave->twd = twd_i387_to_fxsr(env->twd); convert_to_fxsr()
H A Dcore.c206 fp->twd = 0xffffffffu; fpstate_init_fstate()
H A Dxstate.c134 fx->twd = 0; fpstate_sanitize_xstate()
/linux-4.4.14/drivers/watchdog/
H A Dmax63xx_wdt.c76 const u8 twd; member in struct:max63xx_timeout
104 while (table->twd) { max63xx_select_timeout()
105 if (value <= table->twd) { max63xx_select_timeout()
232 wdt->wdd.timeout = wdt->timeout->twd; max63xx_wdt_probe()
243 wdt->timeout->twd, wdt->timeout->tdelay); max63xx_wdt_probe()
/linux-4.4.14/arch/x86/um/
H A Dsignal.c23 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) twd_i387_to_fxsr() argument
28 tmp = ~twd; twd_i387_to_fxsr()
40 unsigned long twd = (unsigned long) fxsave->twd; twd_fxsr_to_i387() local
48 if (twd & 0x1) { twd_fxsr_to_i387()
77 twd = twd >> 1; twd_fxsr_to_i387()
128 fxsave->twd = twd_i387_to_fxsr((unsigned short)(env[2] & 0xffff)); convert_fxsr_from_user()
/linux-4.4.14/arch/x86/include/asm/fpu/
H A Dtypes.h14 u32 twd; /* FPU Tag Word */ member in struct:fregs_state
36 u16 twd; /* Tag Word */ member in struct:fxregs_state
78 u32 twd; member in struct:swregs_state
/linux-4.4.14/arch/x86/math-emu/
H A Dfpu_system.h73 #define fpu_tag_word (I387->soft.twd)
H A Dfpu_aux.c40 soft->twd = 0xffff; fpstate_init_soft()
H A Dfpu_entry.c675 tags = S387->twd; fpregs_soft_set()
688 S387->twd = tags; fpregs_soft_set()
710 S387->twd |= 0xffff0000; fpregs_soft_get()
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dsigcontext.h151 /* Note this is not the same as the 32-bit/x87/FSAVE twd: */
152 __u16 twd; member in struct:_fpstate_64
/linux-4.4.14/drivers/clk/berlin/
H A Dbg2q.c365 clk_register_fixed_factor(NULL, "twd", "cpu", 0, 1, 3); berlin2q_clock_setup()
H A Dbg2.c667 clk_register_fixed_factor(NULL, "twd", "cpu", 0, 1, 3); berlin2_clock_setup()
/linux-4.4.14/arch/arm/mach-omap2/
H A Domap4-common.c346 np = of_find_compatible_node(NULL, NULL, "arm,cortex-a9-twd-timer"); omap_gic_of_init()
/linux-4.4.14/drivers/clk/tegra/
H A Dclk-tegra20.c451 { .con_id = "twd", .dt_id = TEGRA20_CLK_TWD },
731 /* twd */ tegra20_super_clk_init()
732 clk = clk_register_fixed_factor(NULL, "twd", "cclk", 0, 1, 4); tegra20_super_clk_init()
H A Dclk-tegra30.c637 { .con_id = "twd", .dt_id = TEGRA30_CLK_TWD },
1096 /* twd */ tegra30_super_clk_init()
1097 clk = clk_register_fixed_factor(NULL, "twd", "cclk_g", tegra30_super_clk_init()
/linux-4.4.14/drivers/clk/ux500/
H A Du8500_of_clk.c576 if (!of_node_cmp(child->name, "smp-twd-clock")) for_each_child_of_node()
/linux-4.4.14/drivers/clk/imx/
H A Dclk-imx6q.c264 clk[IMX6QDL_CLK_TWD] = imx_clk_fixed_factor("twd", "arm", 1, 2); imx6q_clocks_init()
H A Dclk-imx6sx.c257 clks[IMX6SX_CLK_TWD] = imx_clk_fixed_factor("twd", "arm", 1, 2); imx6sx_clocks_init()
/linux-4.4.14/arch/x86/kvm/
H A Dx86.c7173 fpu->ftwx = fxsave->twd; kvm_arch_vcpu_ioctl_get_fpu()
7190 fxsave->twd = fpu->ftwx; kvm_arch_vcpu_ioctl_set_fpu()

Completed in 1109 milliseconds