/arch/powerpc/perf/ |
D | hv-24x7.c | 237 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/ |
D | imx6dl-dfi-fs700-m60.dts | 16 compatible = "dfi,fs700-m60-6dl", "dfi,fs700e-m60", "fsl,imx6dl";
|
D | imx6dl-cubox-i-emmc-som-v15.dts | 51 compatible = "solidrun,cubox-i/dl", "fsl,imx6dl";
|
D | imx6dl-hummingboard-som-v15.dts | 51 compatible = "solidrun,hummingboard/dl", "fsl,imx6dl";
|
D | imx6dl-hummingboard.dts | 51 compatible = "solidrun,hummingboard/dl", "fsl,imx6dl";
|
D | imx6dl-hummingboard2.dts | 52 compatible = "solidrun,hummingboard2/dl", "fsl,imx6dl";
|
D | imx6dl-cubox-i.dts | 50 compatible = "solidrun,cubox-i/dl", "fsl,imx6dl";
|
D | imx6dl-hummingboard2-som-v15.dts | 53 compatible = "solidrun,hummingboard2/dl", "fsl,imx6dl";
|
D | imx6dl-hummingboard2-emmc-som-v15.dts | 54 compatible = "solidrun,hummingboard2/dl", "fsl,imx6dl";
|
D | imx6dl-cubox-i-som-v15.dts | 50 compatible = "solidrun,cubox-i/dl", "fsl,imx6dl";
|
D | imx6dl-hummingboard-emmc-som-v15.dts | 52 compatible = "solidrun,hummingboard/dl", "fsl,imx6dl";
|
D | axp223.dtsi | 48 * http://dl.linux-sunxi.org/AXP/AXP223-en.pdf
|
D | axp209.dtsi | 48 * http://dl.linux-sunxi.org/AXP/AXP209%20Datasheet%20v1.0_cn.pdf
|
D | axp22x.dtsi | 48 * http://dl.linux-sunxi.org/AXP/AXP221%20Datasheet%20V1.2%2020130326%20.pdf
|
/arch/x86/boot/ |
D | edd.c | 30 ireg.dl = devno; in read_mbr() 84 ireg.dl = devno; in get_edd_info()
|
D | copy.S | 37 movzbl %dl, %eax
|
D | video.c | 30 boot_params.screen_info.orig_x = oreg.dl; in store_cursor_position() 311 ireg.dl = saved.curx; in restore_screen()
|
D | pmjump.S | 38 orb $X86_CR0_PE, %dl # Protected mode
|
/arch/x86/include/asm/ |
D | asm.h | 67 #define _ASM_ARG2B dl 103 #define _ASM_ARG3B dl
|
/arch/sh/kernel/cpu/sh4/ |
D | fpu.c | 148 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/ |
D | reboot.S | 107 andb $0x10, %dl
|
/arch/sh/kernel/cpu/sh2a/ |
D | fpu.c | 379 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/ |
D | rk3399-ficus.dts | 6 * Schematics available at https://dl.vamrs.com/products/ficus/docs/hw
|
/arch/x86/lib/ |
D | checksum_32.S | 463 SRC( movb (%esi), %dl ) 464 DST( movb %dl, (%edi) )
|
/arch/x86/crypto/ |
D | blowfish-x86_64-asm_64.S | 37 #define RX3bl %dl
|