Searched refs:fop (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.4.1/
H A DMakefile4 fop.html hash_nelem.html incomplete.html intro.html java.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dsigcontext.h14 __u16 fop; member in struct:_fpstate
H A Duser.h54 unsigned short fop; member in struct:user_i387_struct
H A Duser32.h22 unsigned short fop; member in struct:user32_fxsr_struct
H A Dprocessor.h163 u16 fop; member in struct:i387_fxsave_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Duser.h59 unsigned short fop; member in struct:user_fxsr_struct
H A Dprocessor.h256 unsigned short fop; member in struct:i387_fxsave_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfop006.tcl29 puts "Skipping fop$tnum for method $method"
154 fopscript.tcl $testdir/fop$tnum.log \
177 set errstrings [eval findfail $testdir/fop$tnum.log]
H A Dfop003.tcl29 set testfile fop$tnum.db
H A Dfop005.tcl35 puts "Skipping fop$tnum for env $env"
42 set filename fop$tnum.db
H A Dtestparams.tcl16 set subs {bigfile dead env fop lock log memp plat recd rep rpc rsrc\
27 set test_names(fop) [list fop001 fop002 fop003 fop004 fop005 fop006 \
H A Dtest.tcl215 {"file operations" "fop"}
555 fop {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dptrace.c161 unsigned short fop; member in struct:i387_fxsave_struct
254 env[4] = fxsave->fcs | ((unsigned long)fxsave->fop << 16);
294 fxsave->fop = (unsigned short)((env[4] & 0xffff0000) >> 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dfpu32.c90 fxsave->fop = v>>16; /* cs ignored */
133 P(4, cs | ((u32)fxsave->fop) << 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Dcontrol.c77 const struct file_operations *fop)
99 inode->i_fop = fop;
72 fuse_ctl_add_dentry(struct dentry *parent, struct fuse_conn *fc, const char *name, int mode, int nlink, const struct inode_operations *iop, const struct file_operations *fop) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfpdouble.c1133 struct op *fop; local
1137 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)];
1143 if (fop->flags & OP_SD)
1152 if ((fop->flags & OP_SCALAR) || (FREG_BANK(dest) == 0))
1160 if (!fop->fn)
1167 type = fop->flags & OP_SD ? 's' : 'd';
1177 except = fop->fn(dest, dn, dm, fpscr);
H A Dvfpsingle.c1178 struct op *fop; local
1182 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)];
1190 if (fop->flags & OP_DD)
1199 if ((fop->flags & OP_SCALAR) || FREG_BANK(dest) == 0)
1207 if (!fop->fn)
1215 type = fop->flags & OP_DD ? 'd' : 's';
1225 except = fop->fn(dest, sn, m, fpscr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Di387.c197 env[4] = fxsave->fcs | ((unsigned long)fxsave->fop << 16);
233 fxsave->fop = (unsigned short)((env[4] & 0xffff0000ul) >> 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32priv.h150 unsigned short fop; member in struct:ia32_user_fxsr_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dbase.c97 const struct file_operations *fop; member in struct:pid_entry
106 .fop = FOP, \
1633 if (p->fop)
1634 inode->i_fop = p->fop;
1941 if (p->fop)
1942 inode->i_fop = p->fop;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dvfs.c720 const struct file_operations *fop)
727 if (err == 0 && fop && (fsync = fop->fsync))
719 nfsd_dosync(struct file *filp, struct dentry *dp, const struct file_operations *fop) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dkvm_main.c631 u16 opcode; //fop
2416 u16 fop; member in struct:fxsave
2439 fpu->last_opcode = fxsave->fop;
2459 fxsave->fop = fpu->last_opcode;

Completed in 154 milliseconds