Home
last modified time | relevance | path

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

/linux/tools/lib/traceevent/plugins/
A Dplugin_futex.c52 const struct futex_op *fop) in futex_print() argument
56 if (fop->fmt_val) in futex_print()
57 trace_seq_printf(s, fop->fmt_val, args->val); in futex_print()
59 if (fop->fmt_utime) in futex_print()
62 if (fop->fmt_uaddr2) in futex_print()
65 if (fop->fmt_val3) in futex_print()
66 trace_seq_printf(s, fop->fmt_val3, args->val3); in futex_print()
72 const struct futex_op *fop; in futex_handler() local
98 fop = &futex_op_tbl[cmd]; in futex_handler()
100 trace_seq_printf(s, "op=%s", fop->name); in futex_handler()
[all …]
/linux/fs/
A Dfile_table.c188 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/drivers/firmware/tegra/
A Dbpmp-debugfs.c132 sz_name = strscpy(req.fop.name, name, sizeof(req.fop.name)); in mrq_debug_open()
144 *len = resp.fop.datalen; in mrq_debug_open()
145 *fd = resp.fop.fd; in mrq_debug_open()
498 .fop = { in mrq_debugfs_read()
525 *nbytes = (size_t)resp.fop.nbytes; in mrq_debugfs_read()
536 .fop = { in mrq_debugfs_write()
/linux/arch/arm/vfp/
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()
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()
/linux/drivers/net/wireless/ath/wcn36xx/
A Ddebug.c139 #define ADD_FILE(name, mode, fop, priv_data) \ argument
144 priv_data, fop); \
/linux/include/soc/tegra/
A Dbpmp-abi.h661 struct cmd_debugfs_fileop_request fop; member
676 struct cmd_debugfs_fileop_response fop; member
853 struct cmd_debug_fopen_request fop; member
869 struct cmd_debug_fopen_response fop; member
/linux/arch/x86/include/asm/
A Duser_32.h60 unsigned short fop; member
A Duser32.h24 unsigned short fop; member
A Duser_64.h56 unsigned short fop; member
/linux/arch/x86/kernel/fpu/
A Dregset.c278 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16); in __convert_from_fxsr()
304 fxsave->fop = (u16) ((u32) env->fcs >> 16); in convert_to_fxsr()
/linux/fs/fuse/
A Dcontrol.c235 const struct file_operations *fop) in fuse_ctl_add_dentry() argument
259 inode->i_fop = fop; in fuse_ctl_add_dentry()
/linux/arch/x86/include/asm/fpu/
A Dtypes.h38 u16 fop; /* Last Instruction Opcode */ member
/linux/arch/x86/include/uapi/asm/
A Dsigcontext.h154 __u16 fop; member
/linux/drivers/misc/mei/
A Dclient.h257 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop);
A Dclient.c1442 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop) in mei_cl_notify_fop2req() argument
1444 if (fop == MEI_FOP_NOTIFY_START) in mei_cl_notify_fop2req()
/linux/arch/x86/um/
A 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/arch/x86/kvm/
A Dkvm_emulate.h336 fastop_t fop; member
A Demulate.c307 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop);
1056 void (*fop)(void) = (void *)em_setcc + 4 * (condition & 0xf); in test_cc() local
1060 : "=a"(rc) : [thunk_target]"r"(fop), [flags]"r"(flags)); in test_cc()
5364 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop) in fastop() argument
5369 fop += __ffs(ctxt->dst.bytes) * FASTOP_SIZE; in fastop()
5373 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()
5377 if (!fop) /* exception is returned in fop variable */ in fastop()
5543 rc = fastop(ctxt, ctxt->fop); in x86_emulate_insn()
A Dx86.c10787 fpu->last_opcode = fxsave->fop; in kvm_arch_vcpu_ioctl_get_fpu()
10811 fxsave->fop = fpu->last_opcode; in kvm_arch_vcpu_ioctl_set_fpu()
/linux/fs/proc/
A Dbase.c124 const struct file_operations *fop; member
133 .fop = FOP, \
2622 if (p->fop) in proc_pident_instantiate()
2623 inode->i_fop = p->fop; in proc_pident_instantiate()
/linux/Documentation/powerpc/
A Dcxlflash.rst360 the release fop.
/linux/arch/powerpc/xmon/
A Dppc-opc.c2502 #define SCI8BF(op, fop, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 11) | (((fop) & 7) << 2… argument

Completed in 94 milliseconds