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

/linux-master/arch/x86/include/asm/
H A Duser_32.h48 long twd; member in struct:user_i387_struct
59 unsigned short twd; member in struct:user_fxsr_struct
H A Duser32.h11 u32 twd; member in struct:user_i387_ia32_struct
23 unsigned short twd; /* not compatible to 64bit twd */ member in struct:user32_fxsr_struct
H A Duser_64.h54 unsigned short twd; /* Note this is not the same as member in struct:user_i387_struct
55 the 32bit/x87/FSAVE twd */
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c264 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) argument
269 tmp = ~twd;
289 u32 twd = (unsigned long) fxsave->twd; local
294 for (i = 0; i < 8; i++, twd >>= 1) {
295 if (twd & 0x1) {
340 env->twd = twd_fxsr_to_i387(fxsave);
383 fxsave->twd = twd_i387_to_fxsr(env->twd);
H A Dcore.c495 fpstate->regs.fsave.twd = 0xffffffffu;
/linux-master/drivers/watchdog/
H A Dmax63xx_wdt.c75 const u8 twd; member in struct:max63xx_timeout
103 while (table->twd) {
104 if (value <= table->twd) {
233 wdt->wdd.timeout = wdt->timeout->twd;
244 wdt->timeout->twd, wdt->timeout->tdelay);
/linux-master/arch/x86/um/
H A Dsignal.c24 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) argument
29 tmp = ~twd;
41 unsigned long twd = (unsigned long) fxsave->twd; local
49 if (twd & 0x1) {
78 twd = twd >> 1;
129 fxsave->twd = twd_i387_to_fxsr((unsigned short)(env[2] & 0xffff));
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c566 struct iwl_trip_walk_data *twd = arg; local
571 twd->thresholds[twd->count++] = cpu_to_le16((s16)(trip->temperature / 1000));
581 struct iwl_trip_walk_data twd = { .thresholds = cmd.thresholds, .count = 0 }; local
595 for_each_thermal_trip(mvm->tz_device.tzone, iwl_trip_temp_cb, &twd);
597 cmd.num_temps = cpu_to_le32(twd.count);
598 if (twd.count)
599 sort(cmd.thresholds, twd.count, sizeof(s16), compare_temps, NULL);
/linux-master/arch/x86/include/asm/fpu/
H A Dtypes.h17 u32 twd; /* FPU Tag Word */ member in struct:fregs_state
39 u16 twd; /* Tag Word */ member in struct:fxregs_state
84 u32 twd; member in struct:swregs_state
/linux-master/arch/x86/math-emu/
H A Dfpu_system.h100 #define fpu_tag_word (I387->soft.twd)
H A Dfpu_aux.c41 soft->twd = 0xffff;
H A Dfpu_entry.c673 tags = S387->twd;
686 S387->twd = tags;
706 S387->twd |= 0xffff0000;
/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h152 /* Note this is not the same as the 32-bit/x87/FSAVE twd: */
153 __u16 twd; member in struct:_fpstate_64
/linux-master/arch/x86/kvm/
H A Dx86.c11994 fpu->ftwx = fxsave->twd;
12018 fxsave->twd = fpu->ftwx;

Completed in 355 milliseconds