Home
last modified time | relevance | path

Searched refs:dl (Results 1 – 25 of 38) sorted by relevance

12

/arch/powerpc/perf/
Dhv-24x7.c237 unsigned dl, ldl; in event_end() local
254 dl = be16_to_cpu(*dl_); in event_end()
255 if (dl < 2) { in event_end()
256 pr_debug("%s: desc len too short: %d", __func__, dl); in event_end()
260 if (start + nl + dl > end) { in event_end()
262 __func__, start, nl, dl, start + nl + dl, end); in event_end()
266 ldl_ = (__be16 *)(ev->remainder + nl + dl - 2); in event_end()
276 if (start + nl + dl + ldl > end) { in event_end()
278 __func__, start, nl, dl, ldl, end); in event_end()
282 return start + nl + dl + ldl; in event_end()
[all …]
/arch/arm/boot/dts/
Dimx6dl-dfi-fs700-m60.dts16 compatible = "dfi,fs700-m60-6dl", "dfi,fs700e-m60", "fsl,imx6dl";
Dimx6dl-cubox-i-emmc-som-v15.dts51 compatible = "solidrun,cubox-i/dl", "fsl,imx6dl";
Dimx6dl-hummingboard-som-v15.dts51 compatible = "solidrun,hummingboard/dl", "fsl,imx6dl";
Dimx6dl-hummingboard.dts51 compatible = "solidrun,hummingboard/dl", "fsl,imx6dl";
Dimx6dl-hummingboard2.dts52 compatible = "solidrun,hummingboard2/dl", "fsl,imx6dl";
Dimx6dl-cubox-i.dts50 compatible = "solidrun,cubox-i/dl", "fsl,imx6dl";
Dimx6dl-hummingboard2-som-v15.dts53 compatible = "solidrun,hummingboard2/dl", "fsl,imx6dl";
Dimx6dl-hummingboard2-emmc-som-v15.dts54 compatible = "solidrun,hummingboard2/dl", "fsl,imx6dl";
Dimx6dl-cubox-i-som-v15.dts50 compatible = "solidrun,cubox-i/dl", "fsl,imx6dl";
Dimx6dl-hummingboard-emmc-som-v15.dts52 compatible = "solidrun,hummingboard/dl", "fsl,imx6dl";
Daxp223.dtsi48 * http://dl.linux-sunxi.org/AXP/AXP223-en.pdf
Daxp209.dtsi48 * http://dl.linux-sunxi.org/AXP/AXP209%20Datasheet%20v1.0_cn.pdf
Daxp22x.dtsi48 * http://dl.linux-sunxi.org/AXP/AXP221%20Datasheet%20V1.2%2020130326%20.pdf
/arch/x86/boot/
Dedd.c30 ireg.dl = devno; in read_mbr()
84 ireg.dl = devno; in get_edd_info()
Dcopy.S37 movzbl %dl, %eax
Dvideo.c30 boot_params.screen_info.orig_x = oreg.dl; in store_cursor_position()
311 ireg.dl = saved.curx; in restore_screen()
Dpmjump.S38 orb $X86_CR0_PE, %dl # Protected mode
/arch/x86/include/asm/
Dasm.h67 #define _ASM_ARG2B dl
103 #define _ASM_ARG3B dl
/arch/sh/kernel/cpu/sh4/
Dfpu.c148 unsigned long du, dl; in denormal_to_double() local
160 dl = x << 29; in denormal_to_double()
163 fpu->fp_regs[n + 1] = dl; in denormal_to_double()
/arch/x86/realmode/rm/
Dreboot.S107 andb $0x10, %dl
/arch/sh/kernel/cpu/sh2a/
Dfpu.c379 unsigned long du, dl; in denormal_to_double() local
391 dl = x << 29; in denormal_to_double()
394 fpu->fp_regs[n+1] = dl; in denormal_to_double()
/arch/arm64/boot/dts/rockchip/
Drk3399-ficus.dts6 * Schematics available at https://dl.vamrs.com/products/ficus/docs/hw
/arch/x86/lib/
Dchecksum_32.S463 SRC( movb (%esi), %dl )
464 DST( movb %dl, (%edi) )
/arch/x86/crypto/
Dblowfish-x86_64-asm_64.S37 #define RX3bl %dl

12