Home
last modified time | relevance | path

Searched refs:fop (Results 1 – 15 of 15) sorted by relevance

/linux-3.4.99/arch/arm/vfp/
Dvfpdouble.c1133 struct op *fop; in vfp_double_cpdo() local
1137 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)]; in vfp_double_cpdo()
1143 if (fop->flags & OP_SD) in vfp_double_cpdo()
1151 if (fop->flags & OP_SM) in vfp_double_cpdo()
1160 if ((fop->flags & OP_SCALAR) || (FREG_BANK(dest) == 0)) in vfp_double_cpdo()
1168 if (!fop->fn) in vfp_double_cpdo()
1175 type = fop->flags & OP_SD ? 's' : 'd'; in vfp_double_cpdo()
1185 except = fop->fn(dest, dn, dm, fpscr); in vfp_double_cpdo()
Dvfpsingle.c1178 struct op *fop; in vfp_single_cpdo() local
1182 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)]; in vfp_single_cpdo()
1190 if (fop->flags & OP_DD) in vfp_single_cpdo()
1199 if ((fop->flags & OP_SCALAR) || FREG_BANK(dest) == 0) in vfp_single_cpdo()
1207 if (!fop->fn) in vfp_single_cpdo()
1215 type = fop->flags & OP_DD ? 'd' : 's'; in vfp_single_cpdo()
1225 except = fop->fn(dest, sn, m, fpscr); in vfp_single_cpdo()
/linux-3.4.99/include/linux/
Dfile.h21 const struct file_operations *fop);
/linux-3.4.99/arch/x86/include/asm/
Duser_32.h59 unsigned short fop; member
Duser32.h23 unsigned short fop; member
Duser_64.h55 unsigned short fop; member
Dsigcontext.h174 __u16 fop; member
Dprocessor.h310 u16 fop; /* Last Instruction Opcode */ member
/linux-3.4.99/fs/fuse/
Dcontrol.c210 const struct file_operations *fop) in fuse_ctl_add_dentry() argument
233 inode->i_fop = fop; in fuse_ctl_add_dentry()
/linux-3.4.99/fs/
Dfile_table.c170 const struct file_operations *fop) in alloc_file() argument
181 file->f_op = fop; in alloc_file()
/linux-3.4.99/arch/x86/kernel/
Di387.c485 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16); in convert_from_fxsr()
506 fxsave->fop = (u16) ((u32) env->fcs >> 16); in convert_to_fxsr()
Dxsave.c69 fx->fop = 0; in __sanitize_i387_state()
/linux-3.4.99/arch/x86/um/
Dsignal.c94 env[4] = fxsave->fcs | ((unsigned long)fxsave->fop << 16); in convert_fxsr_to_user()
130 fxsave->fop = (unsigned short)((env[4] & 0xffff0000ul) >> 16); in convert_fxsr_from_user()
/linux-3.4.99/fs/proc/
Dbase.c108 const struct file_operations *fop; member
117 .fop = FOP, \
2430 if (p->fop) in proc_pident_instantiate()
2431 inode->i_fop = p->fop; in proc_pident_instantiate()
2826 if (p->fop) in proc_base_instantiate()
2827 inode->i_fop = p->fop; in proc_base_instantiate()
/linux-3.4.99/arch/x86/kvm/
Dx86.c5817 fpu->last_opcode = fxsave->fop; in kvm_arch_vcpu_ioctl_get_fpu()
5834 fxsave->fop = fpu->last_opcode; in kvm_arch_vcpu_ioctl_set_fpu()