Home
last modified time | relevance | path

Searched defs:fop (Results 1 – 17 of 17) sorted by relevance

/linux-5.19.10/tools/lib/traceevent/plugins/
Dplugin_futex.c52 const struct futex_op *fop) in futex_print()
72 const struct futex_op *fop; in futex_handler() local
/linux-5.19.10/drivers/net/wireless/ath/wcn36xx/
Ddebug.c139 #define ADD_FILE(name, mode, fop, priv_data) \ argument
/linux-5.19.10/fs/
Dfile_table.c225 const struct file_operations *fop) in alloc_file()
/linux-5.19.10/fs/fuse/
Dcontrol.c218 const struct file_operations *fop) in fuse_ctl_add_dentry()
/linux-5.19.10/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-5.19.10/include/soc/tegra/
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-5.19.10/arch/arm/vfp/
Dvfpdouble.c1135 struct op *fop; in vfp_double_cpdo() local
Dvfpsingle.c1180 struct op *fop; in vfp_single_cpdo() local
/linux-5.19.10/arch/x86/include/asm/fpu/
Dtypes.h38 u16 fop; /* Last Instruction Opcode */ member
/linux-5.19.10/arch/x86/include/uapi/asm/
Dsigcontext.h154 __u16 fop; member
/linux-5.19.10/drivers/misc/mei/
Dclient.c1445 u8 mei_cl_notify_fop2req(enum mei_cb_file_ops fop) in mei_cl_notify_fop2req()
/linux-5.19.10/arch/x86/kvm/
Dkvm_emulate.h339 fastop_t fop; member
Demulate.c1071 void (*fop)(void) = (void *)em_setcc + SETCC_ALIGN * (condition & 0xf); in test_cc() local
5402 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop) in fastop()
/linux-5.19.10/fs/proc/
Dbase.c123 const struct file_operations *fop; member
/linux-5.19.10/arch/powerpc/xmon/
Dppc-opc.c2502 #define SCI8BF(op, fop, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 11) | (((fop) & 7) << 2… argument