/xen/tools/firmware/vgabios/ |
A D | vbe.c | 106 push dx 115 pop dx 183 push dx 191 pop dx 194 push dx 202 pop dx 221 push dx 227 pop dx 231 push dx 401 pop dx [all …]
|
A D | clext.c | 393 inc dx 398 dec dx 432 inc dx 435 pop dx 647 pop dx 925 xor dx, dx 1099 xor dx, dx 1125 xor dx, dx 1132 xor dx, dx 1192 xor dx, dx [all …]
|
A D | vgabios.c | 418 outb dx,al 423 outb dx,al 426 outb dx,al 1740 push dx 1770 pop dx 1779 push dx 1799 pop dx 2152 push dx 2162 pop dx 2184 push dx [all …]
|
/xen/tools/firmware/rombios/ |
A D | apmbios.S | 39 outb dx, al 82 outb dx, al 93 outb dx, al 95 outb dx, al 97 outb dx, al 99 outb dx, al 105 outb dx,al 107 outb dx,al 137 outb dx, al 256 mov dx, #0x8900 [all …]
|
A D | rombios.c | 262 out dx,ax 266 out dx,al 610 xor dx,dx 9720 pop dx 9726 pop dx 9796 pop dx 9808 pop dx 9818 pop dx 10450 xor dx, dx 10465 test dx, dx [all …]
|
A D | 32bitgateway.c | 81 ; dx, ax: 32 bit result of call (even if 'void' is expected) 155 ; Convert result into dx:ax format variable 158 mov dx, ax variable
|
/xen/xen/arch/x86/boot/ |
A D | mem.S | 43 xorw %dx,%dx # carry on pass/error of 45 # or merely pass cx,dx though 53 testw %dx, %dx # memory in AX/BX rather than 56 movw %bx, %dx # are more reasonable anyway... 57 1: movzwl %dx, %edx
|
A D | video.S | 596 inb %dx, %al 616 pushw %dx 618 inb %dx, %al 622 outb %al, %dx 623 popw %dx 820 pushw %dx 821 xorw %dx, %dx 837 popw %dx 890 pushw %dx 931 movw $0x00, %dx [all …]
|
A D | edd.S | 136 pushw %dx # work around buggy BIOSes 143 popw %dx
|
A D | head.S | 183 mov $0x3f8+5,%dx # UART Line Status Register 185 2: in %dx,%al 188 mov $0x3f8+0,%dx # UART Transmit Holding Register 190 out %al,%dx # Send a character over the serial line 738 mov %dx, (%edi, %eax)
|
/xen/stubdom/ |
A D | newlib.patch | 227 -#define dx REG(dx) 302 +#define dx %dx 416 -#define dx REG(dx) 456 +#define dx %dx 546 -#define dx REG(dx) 586 +#define dx %dx
|
/xen/xen/include/asm-x86/ |
A D | indirect_thunk_asm.h | 27 .irp reg, ax, cx, dx, bx, bp, si, di, 8, 9, 10, 11, 12, 13, 14, 15
|
A D | asm_defns.h | 330 LOAD_ONE_REG(dx, \compat)
|
/xen/xen/arch/x86/ |
A D | indirect-thunk.S | 52 .irp reg, ax, cx, dx, bx, bp, si, di, 8, 9, 10, 11, 12, 13, 14, 15
|
A D | ioport_emulate.c | 26 uint16_t port = regs->dx; in ioemul_handle_proliant_quirk()
|
/xen/tools/tests/x86_emulator/ |
A D | opmask.S | 35 _(kmov) %\res2, %R(dx) 36 cmp DATA(out), %R(dx)
|
/xen/tools/firmware/rombios/32bit/ |
A D | rombios_compat.h | 41 Bit16u bx, filler5, dx, filler6, cx, filler7, ax, filler8; member
|
/xen/stubdom/grub.patches/ |
A D | 10graphics.diff | 120 + dec %dx 238 + movw %bp, %dx 247 + movw %dx, %ax 276 + movw $0x3da, %dx 283 + inb %dx, %al /* wait vertical retrace */ 287 + mov %bx, %dx 289 + outb %al, %dx 290 + inc %dx 293 + outb %al, %dx 296 + outb %al, %dx [all …]
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 4248 unsigned int port = _regs.dx; in x86_emulate() 5423 _regs.r(dx) = u[1]; in x86_emulate() 5491 _regs.dx = u[1]; in x86_emulate() 5507 u[1] = _regs.r(dx); in x86_emulate() 5511 _regs.r(dx) = u[1]; in x86_emulate() 5536 _regs.dx = u[1]; in x86_emulate() 5552 u[1] = _regs.r(dx); in x86_emulate() 5556 _regs.r(dx) = u[1]; in x86_emulate() 6872 _regs.r(dx) = msr_val >> 32; in x86_emulate() 6881 _regs.r(dx) = msr_val >> 32; in x86_emulate() [all …]
|
/xen/xen/arch/x86/x86_64/compat/ |
A D | entry.S | 167 GET_CPUINFO_FIELD(cr4, dx)
|
/xen/xen/arch/x86/x86_64/ |
A D | entry.S | 143 GET_STACK_END(dx)
|