/linux-4.4.14/fs/ |
D | file_table.c | 159 const struct file_operations *fop) in alloc_file() argument 171 likely(fop->read || fop->read_iter)) in alloc_file() 174 likely(fop->write || fop->write_iter)) in alloc_file() 177 file->f_op = fop; in alloc_file()
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | debug.c | 145 #define ADD_FILE(name, mode, fop, priv_data) \ argument 150 priv_data, fop); \
|
/linux-4.4.14/arch/arm/vfp/ |
D | vfpdouble.c | 1135 struct op *fop; in vfp_double_cpdo() local 1139 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)]; in vfp_double_cpdo() 1145 if (fop->flags & OP_SD) in vfp_double_cpdo() 1153 if (fop->flags & OP_SM) in vfp_double_cpdo() 1162 if ((fop->flags & OP_SCALAR) || (FREG_BANK(dest) == 0)) in vfp_double_cpdo() 1170 if (!fop->fn) in vfp_double_cpdo() 1177 type = fop->flags & OP_SD ? 's' : 'd'; in vfp_double_cpdo() 1187 except = fop->fn(dest, dn, dm, fpscr); in vfp_double_cpdo()
|
D | vfpsingle.c | 1180 struct op *fop; in vfp_single_cpdo() local 1184 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)]; in vfp_single_cpdo() 1192 if (fop->flags & OP_DD) in vfp_single_cpdo() 1201 if ((fop->flags & OP_SCALAR) || FREG_BANK(dest) == 0) in vfp_single_cpdo() 1209 if (!fop->fn) in vfp_single_cpdo() 1217 type = fop->flags & OP_DD ? 'd' : 's'; in vfp_single_cpdo() 1227 except = fop->fn(dest, sn, m, fpscr); in vfp_single_cpdo()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | user_32.h | 59 unsigned short fop; member
|
D | user_64.h | 55 unsigned short fop; member
|
D | user32.h | 23 unsigned short fop; member
|
/linux-4.4.14/include/linux/ |
D | file.h | 21 const struct file_operations *fop);
|
/linux-4.4.14/fs/fuse/ |
D | control.c | 204 const struct file_operations *fop) in fuse_ctl_add_dentry() argument 227 inode->i_fop = fop; in fuse_ctl_add_dentry()
|
/linux-4.4.14/arch/x86/kernel/fpu/ |
D | regset.c | 232 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16); in convert_from_fxsr() 253 fxsave->fop = (u16) ((u32) env->fcs >> 16); in convert_to_fxsr()
|
D | xstate.c | 135 fx->fop = 0; in fpstate_sanitize_xstate()
|
/linux-4.4.14/arch/x86/include/asm/fpu/ |
D | types.h | 37 u16 fop; /* Last Instruction Opcode */ member
|
/linux-4.4.14/drivers/misc/mei/ |
D | client.h | 234 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop);
|
D | client.c | 1216 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop) in mei_cl_notify_fop2req() argument 1218 if (fop == MEI_FOP_NOTIFY_START) in mei_cl_notify_fop2req()
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 153 __u16 fop; member
|
/linux-4.4.14/arch/x86/um/ |
D | signal.c | 94 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-4.4.14/arch/x86/kvm/ |
D | emulate.c | 310 static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *)); 962 void (*fop)(void) = (void *)em_setcc + 4 * (condition & 0xf); in test_cc() local 966 : "=a"(rc) : [fastop]"r"(fop), [flags]"r"(flags)); in test_cc() 5098 static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *)) in fastop() 5102 fop += __ffs(ctxt->dst.bytes) * FASTOP_SIZE; in fastop() 5105 [fastop]"+S"(fop) in fastop() 5108 if (!fop) /* exception is returned in fop variable */ in fastop() 5272 void (*fop)(struct fastop *) = (void *)ctxt->execute; in x86_emulate_insn() local 5273 rc = fastop(ctxt, fop); in x86_emulate_insn()
|
D | x86.c | 7174 fpu->last_opcode = fxsave->fop; in kvm_arch_vcpu_ioctl_get_fpu() 7191 fxsave->fop = fpu->last_opcode; in kvm_arch_vcpu_ioctl_set_fpu()
|
/linux-4.4.14/fs/proc/ |
D | base.c | 112 const struct file_operations *fop; member 121 .fop = FOP, \ 2265 if (p->fop) in proc_pident_instantiate() 2266 inode->i_fop = p->fop; in proc_pident_instantiate()
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxlflash.txt | 310 the release fop.
|