Searched refs:dh (Results 1 – 8 of 8) sorted by relevance
/xen/stubdom/ |
A D | newlib.patch | 232 -#define dh REG(dh) 307 +#define dh %dh 421 -#define dh REG(dh) 461 +#define dh %dh 551 -#define dh REG(dh) 591 +#define dh %dh
|
/xen/xen/arch/x86/boot/ |
A D | video.S | 876 movb %dh, %al # %dh contains the seconds 878 movb %dh, %ah
|
A D | edd.S | 139 movb $0, %dh # at head 0
|
/xen/tools/firmware/rombios/32bit/ |
A D | rombios_compat.h | 47 Bit8u dl, dh; member
|
/xen/tools/firmware/vgabios/ |
A D | clext.c | 1081 or dh, dh ; address must be < 0x100 1537 xor dh, dh
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 812 Bit8u bl, bh, dl, dh, cl, ch, al, ah; 831 Bit8u dl, dh; 4855 regs.u.r8.dh = inb_cmos(0x35); 8294 mov dh, #0x00 ;; head 0 8439 regs.u.r8.dh = inb_cmos(0x00); // Seconds 8463 outb_cmos(0x00, regs.u.r8.dh); // Seconds 8482 regs.u.r8.dh = inb_cmos(0x08); // Month 8506 outb_cmos(0x08, regs.u.r8.dh); // Month 8538 outb_cmos(0x01, regs.u.r8.dh); // Seconds alarm 10471 add dh, #0x10
|
/xen/stubdom/grub.patches/ |
A D | 10graphics.diff | 263 + * %dh = new value for red (0-63)
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 2361 offsetof(struct cpu_user_regs, dh), in _decode_gpr()
|
Completed in 37 milliseconds