Home
last modified time | relevance | path

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

12

/openbmc/linux/fs/
H A Dfile_table.c289 const struct file_operations *fop) in alloc_file() argument
302 if (fop->llseek) in alloc_file()
305 likely(fop->read || fop->read_iter)) in alloc_file()
308 likely(fop->write || fop->write_iter)) in alloc_file()
312 file->f_op = fop; in alloc_file()
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dxorg-lib-common.inc17 EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop"
23 --disable-specs --without-groff --without-ps2pdf --without-fop \
/openbmc/linux/drivers/firmware/tegra/
H A Dbpmp-debugfs.c128 sz_name = strscpy(req.fop.name, name, sizeof(req.fop.name)); in mrq_debug_open()
140 *len = resp.fop.datalen; in mrq_debug_open()
141 *fd = resp.fop.fd; in mrq_debug_open()
491 .fop = { in mrq_debugfs_read()
518 *nbytes = (size_t)resp.fop.nbytes; in mrq_debugfs_read()
529 .fop = { in mrq_debugfs_write()
/openbmc/linux/arch/arm/vfp/
H A 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()
H A 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()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c176 #define ADD_FILE(name, mode, fop, priv_data) \ argument
181 priv_data, fop); \
/openbmc/linux/arch/x86/include/asm/
H A Duser_32.h60 unsigned short fop; member
H A Duser_64.h56 unsigned short fop; member
H A Duser32.h24 unsigned short fop; member
/openbmc/linux/include/soc/tegra/
H A Dbpmp-abi.h646 struct cmd_debugfs_fileop_request fop; member
661 struct cmd_debugfs_fileop_response fop; member
838 struct cmd_debug_fopen_request fop; member
854 struct cmd_debug_fopen_response fop; member
/openbmc/linux/fs/fuse/
H A Dcontrol.c218 const struct file_operations *fop) in fuse_ctl_add_dentry() argument
242 inode->i_fop = fop; in fuse_ctl_add_dentry()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dbpmp_abi.h589 struct cmd_debugfs_fileop_request fop; member
604 struct cmd_debugfs_fileop_response fop; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/
H A Dxmlstarlet_1.6.1.bb24 # doc build: requires (native) xstlproc, fop, pdf2ps
/openbmc/linux/arch/x86/kernel/fpu/
H A Dregset.c359 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16); in __convert_from_fxsr()
385 fxsave->fop = (u16) ((u32) env->fcs >> 16); in convert_to_fxsr()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h154 __u16 fop; member
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dtypes.h38 u16 fop; /* Last Instruction Opcode */ member
/openbmc/linux/drivers/misc/mei/
H A Dclient.h257 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop);
H A Dclient.c1449 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop) in mei_cl_notify_fop2req() argument
1451 if (fop == MEI_FOP_NOTIFY_START) in mei_cl_notify_fop2req()
/openbmc/linux/arch/x86/um/
H A Dsignal.c95 env[4] = fxsave->fcs | ((unsigned long)fxsave->fop << 16); in convert_fxsr_to_user()
131 fxsave->fop = (unsigned short)((env[4] & 0xffff0000ul) >> 16); in convert_fxsr_from_user()
/openbmc/linux/fs/tracefs/
H A Devent_inode.c432 const struct file_operations *fop) in lookup_file() argument
451 inode->i_fop = fop; in lookup_file()
/openbmc/qemu/disas/
H A Dsparc.c1576 #define CONDFC(fop, cop, mask, flags) \ argument
1577 FBRX(fop, F2(0, 5)|COND(mask), F2(~0, ~5)|COND(~(mask)), flags), /* v9 */ \
1578 FBR(fop, F2(0, 6)|COND(mask), F2(~0, ~6)|COND(~(mask)), flags), \
1581 #define CONDFCL(fop, cop, mask, flags) \ argument
1582 FBRX(fop, F2(0, 5)|COND(mask), F2(~0, ~5)|COND(~(mask)), flags), /* v9 */ \
1583 FBR(fop, F2(0, 6)|COND(mask), F2(~0, ~6)|COND(~(mask)), flags), \
1586 #define CONDF(fop, mask, flags) \ argument
1587 FBRX(fop, F2(0, 5)|COND(mask), F2(~0, ~5)|COND(~(mask)), flags), /* v9 */ \
1588 FBR(fop, F2(0, 6)|COND(mask), F2(~0, ~6)|COND(~(mask)), flags)
/openbmc/linux/arch/x86/kvm/
H A Dkvm_emulate.h333 fastop_t fop; member
H A Demulate.c291 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop);
1067 void (*fop)(void) = (void *)em_setcc + FASTOP_SIZE * (condition & 0xf); in test_cc() local
1071 : "=a"(rc) : [thunk_target]"r"(fop), [flags]"r"(flags)); in test_cc()
5104 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop) in fastop() argument
5109 fop += __ffs(ctxt->dst.bytes) * FASTOP_SIZE; in fastop()
5113 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()
5117 if (!fop) /* exception is returned in fop variable */ in fastop()
5287 rc = fastop(ctxt, ctxt->fop); in x86_emulate_insn()
/openbmc/linux/fs/proc/
H A Dbase.c159 const struct file_operations *fop; member
168 .fop = FOP, \
2711 if (p->fop) in proc_pident_instantiate()
2712 inode->i_fop = p->fop; in proc_pident_instantiate()
/openbmc/linux/Documentation/powerpc/
H A Dcxlflash.rst360 the release fop.

12