Searched refs:swd (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/block/
H A Dswim.c195 struct swim_priv *swd; member in struct:floppy_state
428 struct swim __iomem *base = fs->swd->base;
445 struct swim __iomem *base = fs->swd->base;
461 struct swim __iomem *base = fs->swd->base;
498 struct swim __iomem *base = fs->swd->base;
530 struct swim_priv *swd = fs->swd; local
534 if (!spin_trylock_irq(&swd->lock))
553 spin_unlock_irq(&swd->lock);
585 struct swim __iomem *base = fs->swd
748 swim_add_floppy(struct swim_priv *swd, enum drive_location location) argument
788 swim_floppy_init(struct swim_priv *swd) argument
865 struct swim_priv *swd; local
921 struct swim_priv *swd = platform_get_drvdata(dev); local
[all...]
/linux-master/arch/x86/include/asm/
H A Duser_32.h47 long swd; member in struct:user_i387_struct
58 unsigned short swd; member in struct:user_fxsr_struct
H A Duser32.h10 u32 swd; member in struct:user_i387_ia32_struct
22 unsigned short swd; member in struct:user32_fxsr_struct
H A Duser_64.h53 unsigned short swd; member in struct:user_i387_struct
/linux-master/drivers/iio/dummy/
H A Diio_simple_dummy.c561 struct iio_sw_device *swd; local
570 swd = kzalloc(sizeof(*swd), GFP_KERNEL);
571 if (!swd)
599 swd->device = indio_dev;
641 iio_swd_group_init_type_name(swd, name, &iio_dummy_type);
643 return swd;
653 kfree(swd);
659 * @swd: pointer to software IIO device abstraction
663 static int iio_dummy_remove(struct iio_sw_device *swd) argument
[all...]
/linux-master/arch/x86/kernel/fpu/
H A Dsignal.c84 __put_user(xsave->i387.swd, &fp->status) ||
89 u32 swd; local
91 if (__get_user(swd, &fp->swd) || __put_user(swd, &fp->status))
H A Dregset.c288 u32 tos = (fxsave->swd >> 11) & 7;
339 env->swd = fxsave->swd | 0xffff0000u;
382 fxsave->swd = env->swd;
H A Dcore.c494 fpstate->regs.fsave.swd = 0xffff0000u;
845 unsigned short cwd, swd; local
847 * (~cwd & swd) will mask out exceptions that are not set to unmasked
858 swd = fpu->fpstate->regs.fxsave.swd;
861 swd = (unsigned short)fpu->fpstate->regs.fsave.swd;
864 err = swd & ~cwd;
882 * swd & 0x240 == 0x040: Stack Underflow
883 * swd
[all...]
/linux-master/arch/x86/include/asm/fpu/
H A Dtypes.h16 u32 swd; /* FPU Status Word */ member in struct:fregs_state
38 u16 swd; /* Status Word */ member in struct:fxregs_state
83 u32 swd; member in struct:swregs_state
/linux-master/arch/x86/math-emu/
H A Dfpu_system.h98 #define partial_status (I387->soft.swd)
H A Dfpu_aux.c39 soft->swd = 0;
H A Dfpu_entry.c637 ((S387->swd & ~SW_Top & 0xffff) | ((S387->ftop << SW_Top_Shift) & SW_Top))
657 S387->ftop = (S387->swd >> SW_Top_Shift) & 7;
705 S387->swd = sstatus_word() | 0xffff0000;
/linux-master/arch/x86/um/
H A Dsignal.c92 env[1] = (unsigned long)fxsave->swd | 0xffff0000ul;
128 fxsave->swd = (unsigned short)(env[1] & 0xffff);
308 err |= __put_user(fpx.swd, &to_fp->fpstate.status);
/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h151 __u16 swd; member in struct:_fpstate_64
/linux-master/arch/x86/kvm/
H A Dx86.c11993 fpu->fsw = fxsave->swd;
12017 fxsave->swd = fpu->fsw;

Completed in 222 milliseconds