Home
last modified time | relevance | path

Searched refs:df (Results 1 – 12 of 12) sorted by relevance

/arch/s390/hypfs/
Dhypfs_dbfs.c35 struct hypfs_dbfs_file *df; in dbfs_read() local
41 df = file_inode(file)->i_private; in dbfs_read()
42 mutex_lock(&df->lock); in dbfs_read()
43 data = hypfs_dbfs_data_alloc(df); in dbfs_read()
45 mutex_unlock(&df->lock); in dbfs_read()
48 rc = df->data_create(&data->buf, &data->buf_free_ptr, &data->size); in dbfs_read()
50 mutex_unlock(&df->lock); in dbfs_read()
54 mutex_unlock(&df->lock); in dbfs_read()
63 struct hypfs_dbfs_file *df = file_inode(file)->i_private; in dbfs_ioctl() local
66 mutex_lock(&df->lock); in dbfs_ioctl()
[all …]
Dhypfs.h74 extern void hypfs_dbfs_create_file(struct hypfs_dbfs_file *df);
75 extern void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df);
/arch/parisc/math-emu/
Ddecode_exc.c50 #define df 13 /* bits 17 & 18 */ macro
60 (current_ir >> ((current_ir>>opclass & twobits)==1 ? df : fmt) & twobits)
Dfpudispatch.c279 u_int df; /* for class 1 conversions */ in decode_0c() local
407 df = extru(ir,fpdfpos,2); /* get dest format */ in decode_0c()
408 if ((df & 2) || (fmt & 2)) { in decode_0c()
420 fmt = (fmt << 1) | df; in decode_0c()
726 u_int df; /* dest format for class 1 conversions */ local
840 df = extru(ir,fpdfpos,2); /* get dest format */
845 if (df == DBL) {
848 if ((df & 2) || (fmt & 2))
851 fmt = (fmt << 1) | df;
/arch/powerpc/crypto/
Daes-tab-4k.S62 .long R(1b, 80, 80, 9b), R(df, e2, e2, 3d)
93 .long R(63, bc, bc, df), R(77, b6, b6, c1)
152 .long R(50, 28, 28, 78), R(a5, df, df, 7a)
184 .long R(63, df, 4a, 18), R(e5, 1a, 31, 82)
269 .long R(cc, aa, 4d, 54), R(e4, 96, 04, df)
280 .long R(9c, d2, df, 59), R(55, f2, 73, 3f)
283 .long R(df, 3d, 6f, 14), R(78, 44, db, 86)
/arch/x86/kernel/cpu/
Dcommon.c512 const struct cpuid_dependent_feature *df; in filter_cpuid_features() local
514 for (df = cpuid_dependent_features; df->feature; df++) { in filter_cpuid_features()
516 if (!cpu_has(c, df->feature)) in filter_cpuid_features()
525 if (!((s32)df->level < 0 ? in filter_cpuid_features()
526 (u32)df->level > (u32)c->extended_cpuid_level : in filter_cpuid_features()
527 (s32)df->level > (s32)c->cpuid_level)) in filter_cpuid_features()
530 clear_cpu_cap(c, df->feature); in filter_cpuid_features()
535 x86_cap_flag(df->feature), df->level); in filter_cpuid_features()
/arch/mips/kernel/
Dunaligned.c1239 enum msa_2b_fmt df; in emulate_load_store_insn() local
1252 df = insn.msa_mi10_format.df; in emulate_load_store_insn()
1286 write_msa_wr(wd, fpr, df); in emulate_load_store_insn()
1304 read_msa_wr(wd, fpr, df); in emulate_load_store_insn()
/arch/x86/events/amd/
Duncore.c295 AMD_ATTRIBUTE(df);
/arch/mips/include/uapi/asm/
Dinst.h763 __BITFIELD_FIELD(unsigned int df : 2,
/arch/x86/lib/
Dx86-opcode-map.txt279 df: ESC
576 df: pandn Pq,Qq | vpandn Vx,Hx,Wx (66),(v1) | vpandnd/q Vx,Hx,Wx (66),(evo)
787 df: VAESDECLAST Vdq,Hdq,Wdq (66),(v1)
869 df: VAESKEYGEN Vdq,Wdq,Ib (66),(v1)
/arch/s390/tools/
Dopcodes.txt725 df edmk SS_L0RDRD
/arch/x86/kvm/
Demulate.c3467 int df = (ctxt->eflags & X86_EFLAGS_DF) ? -op->count : op->count; in string_addr_inc() local
3469 register_address_increment(ctxt, reg, df * op->bytes); in string_addr_inc()