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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dswim.c197 struct swim_priv *swd; member in struct:floppy_state
430 struct swim __iomem *base = fs->swd->base;
447 struct swim __iomem *base = fs->swd->base;
463 struct swim __iomem *base = fs->swd->base;
500 struct swim __iomem *base = fs->swd->base;
593 struct swim __iomem *base = fs->swd->base;
620 struct swim __iomem *base = fs->swd->base;
679 struct swim __iomem *base = fs->swd->base;
753 struct swim __iomem *base = fs->swd->base;
780 struct swim_priv *swd local
790 swim_add_floppy(struct swim_priv *swd, enum drive_location location) argument
814 swim_floppy_init(struct swim_priv *swd) argument
881 struct swim_priv *swd; local
940 struct swim_priv *swd = platform_get_drvdata(dev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Duser_32.h46 long swd; member in struct:user_i387_struct
57 unsigned short swd; member in struct:user_fxsr_struct
H A Duser32.h9 u32 swd; member in struct:user_i387_ia32_struct
21 unsigned short swd; member in struct:user32_fxsr_struct
H A Di387.h122 if (unlikely(fx->swd & X87_FSW_ES))
246 if (unlikely(fx->swd & X87_FSW_ES))
263 [fsw] "m" (fpu->state->fxsave.swd) : "memory");
439 return tsk->thread.fpu.state->fxsave.swd;
441 return (unsigned short)tsk->thread.fpu.state->fsave.swd;
H A Duser_64.h52 unsigned short swd; member in struct:user_i387_struct
H A Dsigcontext.h171 __u16 swd; member in struct:_fpstate
H A Dprocessor.h285 u32 swd; /* FPU Status Word */ member in struct:i387_fsave_struct
301 u16 swd; /* Status Word */ member in struct:i387_fxsave_struct
336 u32 swd; member in struct:i387_soft_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo1x_9x.c431 void assert_match( const lzo_swd_p swd, lzo_uint m_len, lzo_uint m_off ) argument
433 const LZO_COMPRESS_T *c = swd->c;
444 assert(swd->dict != NULL);
446 assert(d_off <= swd->dict_len);
449 assert(lzo_memcmp(c->bp, swd->dict_end - d_off, d_off) == 0);
455 assert(lzo_memcmp(c->bp, swd->dict_end - d_off, m_len) == 0);
467 better_match ( const lzo_swd_p swd, lzo_uint *m_len, lzo_uint *m_off ) argument
470 const LZO_COMPRESS_T *c = swd->c;
480 c->last_m_off && swd->best_off[*m_len-1] == c->last_m_off)
483 *m_off = swd
554 lzo_swd_p const swd = (lzo_swd_p) wrkmem; local
[all...]
H A Dlzo2a_9x.c108 lzo_swd_p const swd = (lzo_swd_p) wrkmem; local
125 r = init_match(c,swd,NULL,0,0);
129 swd->max_chain = max_chain;
131 r = find_match(c,swd,0,0);
180 unsigned char lit = LZO_BYTE(swd->b_char);
182 r = find_match(c,swd,1,0);
232 putbyte(swd->b_char);
234 r = find_match(c,swd,1,0);
302 r = find_match(c,swd,m_len,1+ahead);
H A Dlzo1b_9x.c143 lzo_swd_p const swd = (lzo_swd_p) wrkmem; local
160 r = init_match(c,swd,NULL,0,0);
164 swd->max_chain = max_chain;
166 r = find_match(c,swd,0,0);
186 assert(swd->b_char == *(c->ip - c->look));
245 r = find_match(c,swd,1,0);
280 r = find_match(c,swd,1,0);
315 r = find_match(c,swd,m_len,1+ahead);
H A Dlzo1c_9x.c144 lzo_swd_p const swd = (lzo_swd_p) wrkmem; local
162 r = init_match(c,swd,NULL,0,0);
166 swd->max_chain = max_chain;
168 r = find_match(c,swd,0,0);
188 assert(swd->b_char == *(c->ip - c->look));
251 r = find_match(c,swd,1,0);
286 r = find_match(c,swd,1,0);
329 r = find_match(c,swd,m_len,1+ahead);
H A Dlzo1f_9x.c161 lzo_swd_p const swd = (lzo_swd_p) wrkmem; local
178 r = init_match(c,swd,NULL,0,0);
182 swd->max_chain = max_chain;
184 r = find_match(c,swd,0,0);
199 assert(swd->b_char == *(c->ip - c->look));
226 r = find_match(c,swd,1,0);
277 r = find_match(c,swd,1,0);
295 r = find_match(c,swd,m_len,1+ahead);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Di387.c137 fp->swd = 0xffff0000u;
332 u32 tos = (fxsave->swd >> 11) & 7;
383 env->swd = fxsave->swd | 0xffff0000u;
423 fxsave->swd = env->swd;
519 fp->status = fp->swd;
536 err |= __put_user(fx->swd, &buf->status);
H A Dtraps.c633 unsigned short cwd, swd; local
635 * (~cwd & swd) will mask out exceptions that are not set to unmasked
645 swd = get_fpu_swd(task);
647 err = swd & ~cwd;
661 * swd & 0x240 == 0x040: Stack Underflow
662 * swd & 0x240 == 0x240: Stack Overflow
H A Dxsave.c66 fx->swd = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_aux.c38 soft->swd = 0;
H A Dfpu_system.h56 #define partial_status (I387->soft.swd)
H A Dfpu_entry.c677 ((S387->swd & ~SW_Top & 0xffff) | ((S387->ftop << SW_Top_Shift) & SW_Top))
697 S387->ftop = (S387->swd >> SW_Top_Shift) & 7;
747 S387->swd = sstatus_word() | 0xffff0000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsignal.c107 env[1] = (unsigned long)fxsave->swd | 0xffff0000ul;
143 fxsave->swd = (unsigned short)(env[1] & 0xffff);
267 err |= __put_user(fpx.swd, &to_fp->status);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dx86.c5235 fpu->fsw = fxsave->swd;
5252 fxsave->swd = fpu->fsw;

Completed in 274 milliseconds