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

/linux-master/arch/x86/include/asm/
H A Duser_64.h56 unsigned short fop; member in struct:user_i387_struct
H A Duser_32.h60 unsigned short fop; member in struct:user_fxsr_struct
H A Duser32.h24 unsigned short fop; member in struct:user32_fxsr_struct
/linux-master/fs/
H A Dfile_table.c282 * @fop: the 'struct file_operations' for the new file
285 const struct file_operations *fop)
292 if (fop->llseek)
295 likely(fop->read || fop->read_iter))
298 likely(fop->write || fop->write_iter))
302 file->f_op = fop;
312 * @fop: the 'struct file_operations' for the new file
315 const struct file_operations *fop)
284 file_init_path(struct file *file, const struct path *path, const struct file_operations *fop) argument
314 alloc_file(const struct path *path, int flags, const struct file_operations *fop) argument
[all...]
/linux-master/arch/arm/vfp/
H A Dvfpdouble.c1135 struct op *fop; local
1139 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)];
1145 if (fop->flags & OP_SD)
1153 if (fop->flags & OP_SM)
1162 if ((fop->flags & OP_SCALAR) || (FREG_BANK(dest) == 0))
1170 if (!fop->fn)
1177 type = fop->flags & OP_SD ? 's' : 'd';
1187 except = fop->fn(dest, dn, dm, fpscr);
H A Dvfpsingle.c1180 struct op *fop; local
1184 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)];
1192 if (fop->flags & OP_DD)
1201 if ((fop->flags & OP_SCALAR) || FREG_BANK(dest) == 0)
1209 if (!fop->fn)
1217 type = fop->flags & OP_DD ? 'd' : 's';
1227 except = fop->fn(dest, sn, m, fpscr);
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c176 #define ADD_FILE(name, mode, fop, priv_data) \
181 priv_data, fop); \
/linux-master/drivers/firmware/tegra/
H A Dbpmp-debugfs.c128 sz_name = strscpy(req.fop.name, name, sizeof(req.fop.name));
140 *len = resp.fop.datalen;
141 *fd = resp.fop.fd;
491 .fop = {
518 *nbytes = (size_t)resp.fop.nbytes;
529 .fop = {
/linux-master/fs/fuse/
H A Dcontrol.c214 const struct file_operations *fop)
238 inode->i_fop = fop;
209 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
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c358 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16);
384 fxsave->fop = (u16) ((u32) env->fcs >> 16);
/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h154 __u16 fop; member in struct:_fpstate_64
/linux-master/drivers/misc/mei/
H A Dclient.h257 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop);
H A Dclient.c1443 * mei_cl_notify_fop2req - convert fop to proper request
1445 * @fop: client notification start response command
1449 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop) argument
1451 if (fop == MEI_FOP_NOTIFY_START)
/linux-master/include/soc/tegra/
H A Dbpmp-abi.h638 * |CMD_DEBUGFS_READ |fop |
639 * |CMD_DEBUGFS_WRITE |fop |
646 struct cmd_debugfs_fileop_request fop; member in union:mrq_debugfs_request::__anon1916
661 struct cmd_debugfs_fileop_response fop; member in union:mrq_debugfs_response::__anon1917
827 * |CMD_DEBUG_OPEN_RO |fop |
828 * |CMD_DEBUG_OPEN_WO |fop |
838 struct cmd_debug_fopen_request fop; member in union:mrq_debug_request::__anon1918
854 struct cmd_debug_fopen_response fop; member in union:mrq_debug_response::__anon1919
/linux-master/arch/x86/include/asm/fpu/
H A Dtypes.h40 u16 fop; /* Last Instruction Opcode */ member in struct:fxregs_state
/linux-master/arch/x86/um/
H A Dsignal.c95 env[4] = fxsave->fcs | ((unsigned long)fxsave->fop << 16);
131 fxsave->fop = (unsigned short)((env[4] & 0xffff0000ul) >> 16);
/linux-master/fs/tracefs/
H A Devent_inode.c344 * @fop: struct file_operations that should be used for this file.
355 const struct file_operations *fop)
374 inode->i_fop = fop;
350 lookup_file(struct eventfs_inode *parent_ei, struct dentry *dentry, umode_t mode, struct eventfs_attr *attr, void *data, const struct file_operations *fop) argument
/linux-master/arch/x86/kvm/
H A Dkvm_emulate.h342 fastop_t fop; member in union:x86_emulate_ctxt::__anon126
H A Demulate.c291 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop);
1068 void (*fop)(void) = (void *)em_setcc + FASTOP_SIZE * (condition & 0xf);
1072 : "=a"(rc) : [thunk_target]"r"(fop), [flags]"r"(flags));
5100 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop) argument
5105 fop += __ffs(ctxt->dst.bytes) * FASTOP_SIZE;
5109 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT
5113 if (!fop) /* exception is returned in fop variable */
5283 rc = fastop(ctxt, ctxt->fop);
H A Dx86.c11995 fpu->last_opcode = fxsave->fop;
12019 fxsave->fop = fpu->last_opcode;
/linux-master/fs/proc/
H A Dbase.c125 const struct file_operations *fop; member in struct:pid_entry
134 .fop = FOP, \
2647 if (p->fop)
2648 inode->i_fop = p->fop;
/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c2505 #define SCI8BF(op, fop, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 11) | (((fop) & 7) << 23))

Completed in 407 milliseconds