Searched refs:dl (Results 1 - 25 of 162) sorted by path

1234567

/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c379 unsigned long du, dl; local
391 dl = x << 29;
394 fpu->fp_regs[n+1] = dl;
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dfpu.c148 unsigned long du, dl; local
160 dl = x << 29;
163 fpu->fp_regs[n + 1] = dl;
/linux-master/arch/x86/boot/
H A Dedd.c30 ireg.dl = devno;
84 ireg.dl = devno;
H A Dvideo.c30 boot_params.screen_info.orig_x = oreg.dl;
311 ireg.dl = saved.curx;
H A Dboot.h240 u8 dl, dh, edx2, edx3; member in struct:biosregs::__anon66::__anon69
H A Dcopy.S37 movzbl %dl, %eax
H A Dpmjump.S38 orb $X86_CR0_PE, %dl # Protected mode
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h171 bool *dl, bool *if_is_24bit);
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_dump.h16 struct done_list_struct *dl);
22 struct done_list_struct *dl) { }
21 asd_dump_frame_rcvd(struct asd_phy *phy, struct done_list_struct *dl) argument
H A Daic94xx_hwi.h156 struct done_list_struct *dl; /* array of done list entries, equals */ member in struct:asd_seq_data
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager.c187 int dl = config->video_port_width; local
197 if (dl != 12 && dl != 16 && dl != 18 && dl != 24)
/linux-master/fs/jffs2/
H A Dcompr_lzo.c71 size_t dl = destlen; local
74 ret = lzo1x_decompress_safe(data_in, srclen, cpage_out, &dl);
76 if (ret != LZO_E_OK || dl != destlen)
/linux-master/kernel/sched/
H A Dcpudeadline.h6 u64 dl; member in struct:cpudl_item
20 void cpudl_set(struct cpudl *cp, int cpu, u64 dl);
/linux-master/arch/powerpc/perf/
H A Dhv-24x7.c286 unsigned int dl, ldl; local
303 dl = be16_to_cpu(*dl_);
304 if (dl < 2) {
305 pr_debug("%s: desc len too short: %d", __func__, dl);
309 if (start + nl + dl > end) {
310 pr_debug("%s: (start=%p + nl=%u + dl=%u)=%p > end=%p",
311 __func__, start, nl, dl, start + nl + dl, end);
315 ldl_ = (__be16 *)(ev->remainder + nl + dl - 2);
325 if (start + nl + dl
564 int nl, dl; local
578 int nl, dl; local
[all...]
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S1839 cmp $24, %dl
H A Dblowfish-x86_64-asm_64.S37 #define RX3bl %dl
H A Dcamellia-x86_64-asm_64.S55 #define RCD1bl %dl
H A Dcast5-avx-x86_64-asm_64.S64 #define RGI1bl %dl
H A Dcast6-avx-x86_64-asm_64.S64 #define RGI1bl %dl
H A Dtwofish-avx-x86_64-asm_64.S65 #define RGI1bl %dl
H A Dtwofish-i586-asm_32.S48 #define R3B %dl
H A Dtwofish-x86_64-asm_64.S46 #define R3B %dl
/linux-master/arch/x86/entry/
H A Dentry_32.S340 mov %dl, GDT_ESPFIX_SS + 4 /* bits 16..23 */
/linux-master/arch/x86/include/asm/
H A Dasm.h73 #define _ASM_ARG2B dl
109 #define _ASM_ARG3B dl
/linux-master/arch/x86/kvm/
H A Demulate.c372 FOP2E(op##b, al, dl) \
399 FOP2E(op##b, dl, al) \

Completed in 264 milliseconds

1234567