Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dfile_table.c189 const struct file_operations *fop) in alloc_file() argument
202 likely(fop->read || fop->read_iter)) in alloc_file()
205 likely(fop->write || fop->write_iter)) in alloc_file()
208 file->f_op = fop; in alloc_file()
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Ddebug.c139 #define ADD_FILE(name, mode, fop, priv_data) \ argument
144 priv_data, fop); \
/Linux-v5.4/arch/arm/vfp/
Dvfpdouble.c1135 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()
Dvfpsingle.c1180 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-v5.4/arch/x86/include/asm/
Duser_32.h60 unsigned short fop; member
Duser_64.h56 unsigned short fop; member
Duser32.h24 unsigned short fop; member
/Linux-v5.4/drivers/firmware/tegra/
Dbpmp-debugfs.c106 .fop = { in mrq_debugfs_read()
131 *nbytes = (size_t)resp.fop.nbytes; in mrq_debugfs_read()
142 .fop = { in mrq_debugfs_write()
/Linux-v5.4/arch/x86/kernel/fpu/
Dregset.c259 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16); in convert_from_fxsr()
279 fxsave->fop = (u16) ((u32) env->fcs >> 16); in convert_to_fxsr()
Dxstate.c171 fx->fop = 0; in fpstate_sanitize_xstate()
/Linux-v5.4/fs/fuse/
Dcontrol.c225 const struct file_operations *fop) in fuse_ctl_add_dentry() argument
249 inode->i_fop = fop; in fuse_ctl_add_dentry()
/Linux-v5.4/arch/x86/include/asm/fpu/
Dtypes.h38 u16 fop; /* Last Instruction Opcode */ member
/Linux-v5.4/drivers/misc/mei/
Dclient.h203 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop);
Dclient.c1236 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop) in mei_cl_notify_fop2req() argument
1238 if (fop == MEI_FOP_NOTIFY_START) in mei_cl_notify_fop2req()
/Linux-v5.4/arch/x86/include/uapi/asm/
Dsigcontext.h154 __u16 fop; member
/Linux-v5.4/include/soc/tegra/
Dbpmp-abi.h644 struct cmd_debugfs_fileop_request fop; member
659 struct cmd_debugfs_fileop_response fop; member
/Linux-v5.4/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-v5.4/arch/x86/kvm/
Demulate.c313 static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *));
1052 void (*fop)(void) = (void *)em_setcc + 4 * (condition & 0xf); in test_cc() local
1056 : "=a"(rc) : [thunk_target]"r"(fop), [flags]"r"(flags)); in test_cc()
5468 static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *)) in fastop()
5473 fop += __ffs(ctxt->dst.bytes) * FASTOP_SIZE; in fastop()
5477 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()
5481 if (!fop) /* exception is returned in fop variable */ in fastop()
5647 void (*fop)(struct fastop *) = (void *)ctxt->execute; in x86_emulate_insn() local
5648 rc = fastop(ctxt, fop); in x86_emulate_insn()
Dx86.c8962 fpu->last_opcode = fxsave->fop; in kvm_arch_vcpu_ioctl_get_fpu()
8983 fxsave->fop = fpu->last_opcode; in kvm_arch_vcpu_ioctl_set_fpu()
/Linux-v5.4/fs/proc/
Dbase.c121 const struct file_operations *fop; member
130 .fop = FOP, \
2468 if (p->fop) in proc_pident_instantiate()
2469 inode->i_fop = p->fop; in proc_pident_instantiate()
/Linux-v5.4/Documentation/powerpc/
Dcxlflash.rst360 the release fop.
/Linux-v5.4/arch/powerpc/xmon/
Dppc-opc.c2502 #define SCI8BF(op, fop, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 11) | (((fop) & 7) << 2… argument