Home
last modified time | relevance | path

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

/arch/s390/hypfs/
A Dhypfs_dbfs.c35 struct hypfs_dbfs_file *df; in dbfs_read() local
41 df = file_inode(file)->i_private; in dbfs_read()
47 mutex_unlock(&df->lock); in dbfs_read()
52 mutex_unlock(&df->lock); in dbfs_read()
56 mutex_unlock(&df->lock); in dbfs_read()
68 mutex_lock(&df->lock); in dbfs_ioctl()
69 if (df->unlocked_ioctl) in dbfs_ioctl()
73 mutex_unlock(&df->lock); in dbfs_ioctl()
84 df->dentry = debugfs_create_file(df->name, 0400, dbfs_dir, df, in hypfs_dbfs_create_file()
86 mutex_init(&df->lock); in hypfs_dbfs_create_file()
[all …]
A Dhypfs.h81 extern void hypfs_dbfs_create_file(struct hypfs_dbfs_file *df);
82 extern void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df);
/arch/x86/coco/sev/
A Dvc-shared.c318 bool df = ((regs->flags & X86_EFLAGS_DF) == X86_EFLAGS_DF); in vc_handle_ioio() local
344 exit_info_2, df); in vc_handle_ioio()
366 exit_info_2, df); in vc_handle_ioio()
370 if (df) in vc_handle_ioio()
375 if (df) in vc_handle_ioio()
/arch/parisc/math-emu/
A Ddecode_exc.c50 #define df 13 /* bits 17 & 18 */ macro
60 (current_ir >> ((current_ir>>opclass & twobits) == 1 ? df : fmtbits) & twobits)
A 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/
A 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/
A Dcommon.c650 const struct cpuid_dependent_feature *df; in filter_cpuid_features() local
652 for (df = cpuid_dependent_features; df->feature; df++) { in filter_cpuid_features()
654 if (!cpu_has(c, df->feature)) in filter_cpuid_features()
663 if (!((s32)df->level < 0 ? in filter_cpuid_features()
664 (u32)df->level > (u32)c->extended_cpuid_level : in filter_cpuid_features()
665 (s32)df->level > (s32)c->cpuid_level)) in filter_cpuid_features()
668 clear_cpu_cap(c, df->feature); in filter_cpuid_features()
673 x86_cap_flags[df->feature], df->level); in filter_cpuid_features()
/arch/mips/kernel/
A Dunaligned.c464 enum msa_2b_fmt df; in emulate_load_store_insn() local
477 df = insn.msa_mi10_format.df; in emulate_load_store_insn()
511 write_msa_wr(wd, fpr, df); in emulate_load_store_insn()
529 read_msa_wr(wd, fpr, df); in emulate_load_store_insn()
/arch/mips/include/uapi/asm/
A Dinst.h784 __BITFIELD_FIELD(unsigned int df : 2,
/arch/arm/boot/dts/qcom/
A Dqcom-apq8084.dtsi354 tsens_s6_p2: s6-p2@df {
A Dqcom-msm8974.dtsi1343 tsens_s6_p2: s6-p2@df {
/arch/x86/lib/
A Dx86-opcode-map.txt284 df: ESC
581 df: pandn Pq,Qq | vpandn Vx,Hx,Wx (66),(v1) | vpandnd/q Vx,Hx,Wx (66),(evo)
820 df: vaesdeclast Vx,Hx,Wx (66) | AESDEC256KL Vpd,Qpi (F3)
929 df: VAESKEYGEN Vdq,Wdq,Ib (66),(v1)
/arch/arm64/boot/dts/qcom/
A Dmsm8917.dtsi531 tsens_base2: base2@1df {
/arch/s390/tools/
A Dopcodes.txt734 df edmk SS_L0RDRD
/arch/x86/kvm/
A Demulate.c3022 int df = (ctxt->eflags & X86_EFLAGS_DF) ? -op->count : op->count; in string_addr_inc() local
3024 register_address_increment(ctxt, reg, df * op->bytes); in string_addr_inc()

Completed in 44 milliseconds