/xen/tools/firmware/vgabios/ |
A D | vbe.c | 107 push ax 111 pop ax 184 push ax 188 pop ax 195 push ax 199 pop ax 232 push ax 236 pop ax 249 push ax 397 pop ax [all …]
|
A D | clext.c | 709 xor ax, ax 825 xor ax, ax ;; caps variable 873 xor ax, ax variable 918 or ax, ax 949 xor ax, ax 953 or ax, ax 964 xor ax, ax 1024 xor ax,ax variable 1050 xor ax, ax 1134 xor ax, ax [all …]
|
A D | vgabios.c | 123 xor ax, ax variable 124 mov ds, ax 125 mov ax, ?3 variable 127 mov ax, ?2 533 mov ds,ax in display_info() 555 mov ax,ds in display_string() 556 mov es,ax in display_string() 1737 push ax 1773 pop ax 1776 push ax [all …]
|
A D | TODO | 11 - chargen ax=1120, ax=1121, ax=1122, ax=1123, ax=1124
|
A D | README | 202 - function ax=1a00, ax=1a01, ah=1b 203 - function ax=1130 215 ah=09, ah=0a, ah=0e, ah=0f, ax=1000, ax=1001, ax=1002, ax=1003 216 ax=1007, ax=1008, ax=1009, ax=1010, ax=1012, ax=1013, ax=1015 217 ax=1017, ax=1018, ax=1019, ax=101a, ax=101b, ah=12 bl=10,
|
/xen/xen/arch/x86/boot/ |
A D | video.S | 50 video: xorw %ax, %ax 801 prthw: pushw %ax 804 popw %ax 805 prthb: pushw %ax 808 popw %ax 818 prtdec: pushw %ax 824 testw %ax, %ax 839 popw %ax 858 prtchr: pushw %ax 865 popw %ax [all …]
|
A D | wakeup.S | 19 movw %cs, %ax 20 movw %ax, %ds 21 movw %ax, %ss # A stack required for BIOS call 36 movw %cs, %ax # In case messed by BIOS 37 movw %ax, %ds 38 movw %ax, %ss # Need this? How to ret if clobbered? 43 movw wakesym(video_mode), %ax 47 movw $0xb800, %ax 48 movw %ax, %fs 61 movw %ax, %bx [all …]
|
A D | trampoline.S | 49 mov %cs,%ax 50 mov %ax,%ds 187 1: mov %cs,%ax 188 mov %ax,%ds 189 mov %ax,%es 190 mov %ax,%ss 223 mov $0x0200,%ax
|
A D | edd.S | 69 xorw %ax, %ax 70 movw %ax, %ds:-4(%si) 71 movw %ax, %ds:-2(%si) 133 movw %ax, %es # of trampoline 138 movw $0x0201, %ax # read 1 sector
|
A D | mem.S | 47 movw $0xe801, %ax 55 movw %ax, %cx # seems to indicate AX/BX 65 movw %ax,bootsym(lowmem_kb)
|
/xen/tools/firmware/rombios/ |
A D | 32bitgateway.c | 101 mov ax, ss 114 mov ax, #PM_32BIT_DS 115 mov ds, ax 116 mov es, ax 117 mov ss, ax 131 mov ax, ss_off[esp] 140 mov ax, #PM_16BIT_DS 141 mov ds, ax 142 mov es, ax 143 mov ss, ax [all …]
|
A D | rombios.c | 8864 xor ax, ax 9330 xor ax, ax 9336 xor ax, ax 9344 xor ax, ax 9357 and ax, ax 10248 xor ax, ax 10321 xor ax, ax 10533 xor ax, ax 10759 xor ax, ax 10971 xor ax, ax [all …]
|
A D | apmbios.S | 193 mov ax, #0xf000 // 16 bit code segment base 204 mov ax, #0xf000 // 32 bit code segment base 257 mov ax, #APMSYM(07_poweroff_str) 267 mov ax, #APMSYM(07_suspend_str) 275 mov ax, #APMSYM(07_standby_str)
|
A D | tcgbios.c | 65 BX_DEBUG_INT1A("int1a_32: AX=%04x\n", regs.u.r16.ax);
|
/xen/stubdom/grub.patches/ |
A D | 10graphics.diff | 54 + xorw %ax, %ax 72 + xorw %ax, %ax 92 + movw $0, %ax 93 + movw %ax, %ds 96 + mov %ax, %es 126 + mov $0, %ax 130 + inc %ax 132 + cmp $9, %ax 135 + mov $0, %ax 245 + movw %cx, %ax [all …]
|
/xen/stubdom/ |
A D | newlib.patch | 224 -#define ax REG(ax) 299 +#define ax %ax 413 -#define ax REG(ax) 453 +#define ax %ax 543 -#define ax REG(ax) 583 +#define ax %ax
|
/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 | 328 LOAD_ONE_REG(ax, \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
|
/xen/xen/arch/x86/x86_64/compat/ |
A D | entry.S | 63 movw %ax,TRAPBOUNCE_cs(%rdx) 273 movw %ax,TRAPBOUNCE_cs(%rdx) 314 movw UREGS_cs+8(%rsp),%ax # Bits 0-15: CS 357 mov %ax, TRAPBOUNCE_cs(%rdx)
|
/xen/tools/tests/x86_emulator/ |
A D | opmask.S | 58 mov DATA(in2), %R(ax) 59 _(kmov) %R(ax), %k2
|
/xen/tools/firmware/rombios/32bit/ |
A D | rombios_compat.h | 41 Bit16u bx, filler5, dx, filler6, cx, filler7, ax, filler8; member
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 4394 _regs.r(ax) = 0; in x86_emulate() 4461 case 4: _regs.r(ax) = (uint32_t)(int16_t)_regs.ax; break; /* cwde */ in x86_emulate() 5403 dst.val = _regs.ax; in x86_emulate() 5420 u[1] = _regs.r(ax); in x86_emulate() 5429 dst.val = _regs.r(ax); in x86_emulate() 5474 u[0] = _regs.ax; in x86_emulate() 5506 u[0] = _regs.r(ax); in x86_emulate() 5551 u[0] = _regs.r(ax); in x86_emulate() 8106 _regs.r(ax) = cpuid_leaf.a; in x86_emulate() 8364 dst.val = _regs.r(ax); in x86_emulate() [all …]
|
/xen/xen/arch/x86/x86_64/ |
A D | entry.S | 467 movw UREGS_cs+8(%rsp),%ax # Bits 0-15: CS 541 GET_STACK_END(ax)
|
/xen/docs/misc/ |
A D | xen-command-line.pandoc | 472 console during dom0 boot. Use `conswitch=ax` to keep the default switch
|