Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblk_netbsd.c12 struct disklabel dl; in blk_getimagesize() local
15 rc = ioctl(fd, DIOCGDINFO, &dl); in blk_getimagesize()
21 *size = dl.d_secsize * dl.d_secpercyl; in blk_getimagesize()
29 struct disklabel dl; in blk_getsectorsize() local
32 rc = ioctl(fd, DIOCGDINFO, &dl); in blk_getsectorsize()
38 *sector_size = dl.d_secsize; in blk_getsectorsize()
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dedd.S45 movb $0x80, %dl # BIOS device 0x80
56 movb %dl, %ds:-8(%si) # store device number
152 movb %dl, (%bx) # store BIOS drive number
157 incb %dl # increment to next device
A Dvideo.S601 movb $0xd4, %dl
605 movb $0xb4, %dl
621 movb $0xcc, %dl # Misc output register (read)
623 movb $0xc2, %dl # (write)
838 skip10: movb %dl, %al
A Dhead.S559 mov %dl,BOOT_FS+4+sym_esi(trampoline_gdt)
/xen-4.10.0-shim-comet/xen/include/acpi/
A Dacoutput.h136 #define ACPI_DEBUG_LEVEL(dl) (u32) dl,ACPI_DEBUG_PARAMETERS argument
/xen-4.10.0-shim-comet/stubdom/
A Dnewlib.patch237 -#define dl REG(dl)
312 +#define dl %dl
426 -#define dl REG(dl)
466 +#define dl %dl
556 -#define dl REG(dl)
596 +#define dl %dl
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/
A Dentry.S78 movb %dl,VCPU_mce_old_mask(%rbx) # iret hypercall
80 movb %dl,VCPU_async_exception_mask(%rbx)
94 movb %dl,VCPU_nmi_old_mask(%rbx) # iret hypercall
96 movb %dl,VCPU_async_exception_mask(%rbx)
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A Dclext.c1086 mov ah, dl ;; dx=window address in granularity
1100 mov dl, al ;; dx=window address in granularity
1133 mov dl, al
1283 add dl, al
1319 mov dl, #0x00
1324 mov dl, #0x00
1335 mov dl, #0x10 ;; I/O space #0
1352 mov al, dl
1355 add dl, #4 variable
1536 mov dl, bl
A Dvgabios.c2886 mov dl, al
2893 cmp dl, #0x01
2899 mov al, dl
2959 mov dl, al
2961 shl dl, 3
2967 or al, dl
2999 mov dl, al
3002 shl dl, 1
3008 or al, dl
3021 mov dl, al
[all …]
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/
A Drombios_compat.h47 Bit8u dl, dh; member
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dentry.S158 movb %dl,VCPU_mce_old_mask(%rbx) # iret hypercall
160 movb %dl,VCPU_async_exception_mask(%rbx)
174 movb %dl,VCPU_nmi_old_mask(%rbx) # iret hypercall
176 movb %dl,VCPU_async_exception_mask(%rbx)
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Drombios.c831 Bit8u dl, dh;
6468 Bit16u dl;
8771 dec dl ;; real drive is dl - 1
10025 and dl, #0xfc
10026 or al, dl
10043 mov dl, #0x00
10147 mov dl, #0x00
10175 mov dl, #0x00
10193 mul al, dl
10198 mov dl, al
[all …]

Completed in 27 milliseconds