/arch/s390/hypfs/ |
D | hypfs_dbfs.c | 35 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 …]
|
D | hypfs.h | 74 extern void hypfs_dbfs_create_file(struct hypfs_dbfs_file *df); 75 extern void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df);
|
/arch/x86/kernel/ |
D | sev-shared.c | 413 bool df = ((regs->flags & X86_EFLAGS_DF) == X86_EFLAGS_DF); in vc_handle_ioio() local 439 exit_info_2, df); in vc_handle_ioio() 461 exit_info_2, df); in vc_handle_ioio() 465 if (df) in vc_handle_ioio() 470 if (df) in vc_handle_ioio()
|
/arch/parisc/math-emu/ |
D | decode_exc.c | 50 #define df 13 /* bits 17 & 18 */ macro 60 (current_ir >> ((current_ir>>opclass & twobits) == 1 ? df : fmtbits) & twobits)
|
D | fpudispatch.c | 279 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/ |
D | aes-tab-4k.S | 62 .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/ |
D | common.c | 539 const struct cpuid_dependent_feature *df; in filter_cpuid_features() local 541 for (df = cpuid_dependent_features; df->feature; df++) { in filter_cpuid_features() 543 if (!cpu_has(c, df->feature)) in filter_cpuid_features() 552 if (!((s32)df->level < 0 ? in filter_cpuid_features() 553 (u32)df->level > (u32)c->extended_cpuid_level : in filter_cpuid_features() 554 (s32)df->level > (s32)c->cpuid_level)) in filter_cpuid_features() 557 clear_cpu_cap(c, df->feature); in filter_cpuid_features() 562 x86_cap_flag(df->feature), df->level); in filter_cpuid_features()
|
/arch/mips/kernel/ |
D | unaligned.c | 422 enum msa_2b_fmt df; in emulate_load_store_insn() local 435 df = insn.msa_mi10_format.df; in emulate_load_store_insn() 469 write_msa_wr(wd, fpr, df); in emulate_load_store_insn() 487 read_msa_wr(wd, fpr, df); in emulate_load_store_insn()
|
/arch/mips/include/uapi/asm/ |
D | inst.h | 763 __BITFIELD_FIELD(unsigned int df : 2,
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 279 df: ESC 576 df: pandn Pq,Qq | vpandn Vx,Hx,Wx (66),(v1) | vpandnd/q Vx,Hx,Wx (66),(evo) 801 df: vaesdeclast Vx,Hx,Wx (66) 889 df: VAESKEYGEN Vdq,Wdq,Ib (66),(v1)
|
/arch/s390/tools/ |
D | opcodes.txt | 729 df edmk SS_L0RDRD
|
/arch/x86/kvm/ |
D | emulate.c | 3375 int df = (ctxt->eflags & X86_EFLAGS_DF) ? -op->count : op->count; in string_addr_inc() local 3377 register_address_increment(ctxt, reg, df * op->bytes); in string_addr_inc()
|