/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/acpi/ |
A D | wakeup_prot.S | 24 SAVE_GREG(ax) 43 mov %cr8, GREG(ax) 44 mov GREG(ax), REF(saved_cr8) 52 mov %cr0, GREG(ax) 53 mov GREG(ax), REF(saved_cr0) 55 mov %cr3, GREG(ax) 72 mov GREG(ax), %cr4 75 mov GREG(ax), %cr3 78 mov GREG(ax), %cr0 102 LOAD_GREG(ax) [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | video.S | 50 video: xorw %ax, %ax 805 prthw: pushw %ax 808 popw %ax 809 prthb: pushw %ax 812 popw %ax 822 prtdec: pushw %ax 828 testw %ax, %ax 843 popw %ax 862 prtchr: pushw %ax 869 popw %ax [all …]
|
A D | trampoline.S | 42 mov %cs,%ax 43 mov %ax,%ds 50 xor %ax, %ax 51 inc %ax 190 1: mov %cs,%ax 191 mov %ax,%ds 192 mov %ax,%es 193 mov %ax,%ss 226 mov $0x0200,%ax 238 xor %ax,%ax [all …]
|
A D | wakeup.S | 11 movw %cs, %ax 12 movw %ax, %ds 13 movw %ax, %ss # A stack required for BIOS call 28 movw %cs, %ax # In case messed by BIOS 29 movw %ax, %ds 30 movw %ax, %ss # Need this? How to ret if clobbered? 39 movw $0xb800, %ax 40 movw %ax, %fs 49 movw $1, %ax 50 lmsw %ax # Turn on CR0.PE [all …]
|
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 | 48 movw $0xe801, %ax 56 movw %ax, %cx # seems to indicate AX/BX 66 movw %ax,bootsym(lowmem_kb)
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/ |
A D | entry.S | 54 movw %ax,TRAPBOUNCE_cs(%rdx) 238 movw %ax,TRAPBOUNCE_cs(%rdx) 279 movw UREGS_cs+8(%rsp),%ax # Bits 0-15: CS
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/ |
A D | rombios_compat.h | 41 Bit16u bx, filler5, dx, filler6, cx, filler7, ax, filler8; member
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | entry.S | 101 GET_CURRENT(ax)
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 1946 case 0: p = ®s->r(ax); break; in decode_register() 3586 _regs.r(ax) = 0; in x86_emulate() 3654 case 4: _regs.r(ax) = (uint32_t)(int16_t)_regs.ax; break; /* cwde */ in x86_emulate() 4724 dst.val = _regs.ax; in x86_emulate() 4741 u[1] = _regs.r(ax); in x86_emulate() 4781 u[1] = _regs.r(ax); in x86_emulate() 4794 u[0] = _regs.ax; in x86_emulate() 4826 u[0] = _regs.r(ax); in x86_emulate() 4871 u[0] = _regs.r(ax); in x86_emulate() 6420 _regs.r(ax) = cpuid_leaf.a; in x86_emulate() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | entry.S | 310 movw UREGS_cs+8(%rsp),%ax # Bits 0-15: CS 379 GET_STACK_END(ax) 382 __GET_CURRENT(ax)
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | asm_defns.h | 344 LOAD_ONE_REG(ax, \compat)
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 434 console during dom0 boot. Use `conswitch=ax` to keep the default switch
|