Home
last modified time | relevance | path

Searched refs:bx (Results 1 – 21 of 21) sorted by relevance

/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A Dclext.c478 xor bx, bx
481 pop bx
504 pop bx
516 xor bx, bx
521 pop bx
582 xor bx, bx
587 pop bx
648 pop bx
692 inc bx
700 xor bx, bx
[all …]
A Dvgabios.c430 push bx
1738 push bx
1772 pop bx
1777 push bx
1801 pop bx
2061 push bx
2064 pop bx
2066 push bx
2075 pop bx
2171 push bx
[all …]
A Dvbe.c301 push bx
315 pop bx
321 push bx
335 pop bx
389 or bx,bx
467 push bx
481 pop bx
686 push bx
693 pop bx
707 push bx
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dedd.S49 movw $0x55AA, %bx # magic
53 cmpw $0xAA55, %bx # is magic right?
134 xorw %bx, %bx
135 movw %bx, %es:0x1fe(%bx) # clear BIOS magic just in case
144 movw %es:0x1fe(%bx), %si
145 movl %es:EDD_MBR_SIG_OFFSET(%bx), %ecx
146 popw %bx
152 movb %dl, (%bx) # store BIOS drive number
153 movl %ecx, 4(%bx) # store signature from MBR
155 addw $8, %bx # increment sig buffer ptr
A Dvideo.S739 movw %cx, %bx # BX=mode number
864 movw $7,%bx
892 pushw %bx
912 xorw %bx, %bx
920 movw %bx, bootsym(boot_edid_caps)
933 movw $0x01, %bx
943 popw %bx
A Dwakeup.S74 movw %ax, %bx
84 orw $0x4000, %bx # Use linear frame buffer
A Dmem.S57 movw %bx, %dx # are more reasonable anyway...
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A D32bitgateway.c79 ; bx: index of function to call
132 mov bx, ax ; Real-mode ss in bx
153 mov ss, bx
163 pop bx ; skip ss
170 mov bx, #?1
A Drombios.c1493 xor bx,bx
8379 xor bx, bx
9561 xor bx, bx
9581 xor bx, bx
9745 xor bx, bx
9767 xor bx, bx
10448 xor bx, bx
10474 xor bx, bx
10621 xor bx, bx
10973 xor bx, bx
[all …]
A Dapmbios.S36 mov al, byte ptr [bx]
72 mov bx, #8
84 dec bx
191 mov bx, #_apm16_entry
239 cmp bx, #1
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dwakeup_prot.S25 SAVE_GREG(bx)
103 LOAD_GREG(bx)
130 DECLARE_GREG(bx)
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dentry.S44 GET_CURRENT(bx)
119 GET_CURRENT(bx)
/xen-4.10.0-shim-comet/stubdom/
A Dnewlib.patch225 -#define bx REG(bx)
300 +#define bx %bx
414 -#define bx REG(bx)
454 +#define bx %bx
544 -#define bx REG(bx)
584 +#define bx %bx
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/
A Dbitops.h23 bx lr
53 2: bx lr
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dentry.S102 GET_CURRENT(bx)
194 GET_CURRENT(bx)
236 GET_CURRENT(bx)
401 GET_CURRENT(bx)
415 GET_CURRENT(bx)
625 GET_CURRENT(bx)
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/
A Drombios_compat.h41 Bit16u bx, filler5, dx, filler6, cx, filler7, ax, filler8; member
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dentry.S35 GET_CURRENT(bx)
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/
A Dentry.S22 GET_CURRENT(bx)
201 GET_CURRENT(bx)
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D10graphics.diff99 + mov %ds:(%si), %bx
100 + mul %bx
102 + mov %ds:(%si), %bx
103 + shr $3, %bx /* %bx /= 8 */
104 + add %bx, %ax
111 + mov $80, %bx /* bytes por linha */
118 + add %bx, %di
260 + * %bx = register number
273 + movw $0x3c8, %bx /* address write mode register */
287 + mov %bx, %dx
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dasm_defns.h378 LOAD_ONE_REG(bx, \compat)
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1949 case 3: p = &regs->r(bx); break; in decode_register()
2729 ea.mem.off = state->regs->bx + state->regs->si; in x86_decode()
2732 ea.mem.off = state->regs->bx + state->regs->di; in x86_decode()
2755 ea.mem.off = state->regs->bx; in x86_decode()
4090 if ( (rc = read_ulong(ea.mem.seg, truncate_ea(_regs.r(bx) + _regs.al), in x86_emulate()
6421 _regs.r(bx) = cpuid_leaf.b; in x86_emulate()
6926 aux->u64[0] = _regs.r(bx); in x86_emulate()

Completed in 53 milliseconds