Searched defs:BX (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dapm.c83 #define BX r.gr.u.r16.bx macro
152 BX_DEBUG_APM("APM: AX=%04X BX=%04X CX=%04X\n", AX, BX, CX);
158 BX = 0x504D; /* 'PM' */
171 BX = (uint16_t)apm_pm16_entry; /* 16-bit PM entry point offset. */
181 BX = (uint16_t)apm_pm32_entry; /* 32-bit entry point offset. */
224 BX_INFO("APM: Unsupported function AX=%04X BX=%04X called\n", AX, BX);
H A Ddisk.c84 #define BX r.gr.u.r16.bx macro
131 BX_DEBUG_INT13_HD("%s: AX=%04x BX=%04x CX=%04x DX=%04x ES=%04x\n", __func__, AX, BX, CX, DX, ES);
181 /* Segment and offset are in ES:BX. */
210 count, lba, ES, BX);
218 bios_dsk->drqp.buffer = MK_FP(ES, BX);
346 BX_DEBUG_INT13_HD("%s: AX=%04x BX=%04x CX=%04x DX=%04x ES=%04x DS=%04x SI=%04x\n",
347 __func__, AX, BX, CX, DX, ES, DS, SI);
368 BX=0xaa55; // install check
H A Dfloppy.c438 #define BX r.gr.u.r16.bx macro
459 BX_DEBUG_INT13_FL("%s: AX=%04x BX=%04x CX=%04x DX=%04x ES=%04x\n", __func__, AX, BX, CX, DX, ES);
556 base_address = base_es + BX; // lower 16 bits of address
557 // contributed by ES:BX
676 rep_movsw(ES :> BX, ES :> BX, num_sectors * 512 / 2);
697 base_address = base_es + BX; // lower 16 bits of address
698 // contributed by ES:BX
873 base_address = base_es + BX; // lowe
[all...]
H A Dkeyboard.c343 uint16_t BX, uint16_t DX, uint16_t CX, uint16_t AX)
577 #define BX r.gr.u.r16.bx macro
593 BX_DEBUG_INT16("int16: AX=%04x BX=%04x CX=%04x DX=%04x \n", AX, BX, CX, DX);
690 BX=kbd_code;
740 BX_INFO("AX=%04x BX=%04x CX=%04x DX=%04x \n", AX, BX, CX, DX);
742 BX_DEBUG_INT16("int16ex: AX=%04x BX=%04x CX=%04x DX=%04x \n", AX, BX, CX, DX);
342 int09_function(uint16_t ES, uint16_t DI, uint16_t SI, uint16_t BP, uint16_t SP, uint16_t BX, uint16_t DX, uint16_t CX, uint16_t AX) argument
H A Dsystem.c266 #define BX r.gr.u.r16.bx macro
326 BX = 3;
364 write_word( 0x40, 0x9A, BX ); // Byte location, offset
540 BX = BIOS_CONFIG_TABLE;
572 BX_INFO("*** int 15h function AX=%04x, BX=%04x not yet supported!\n",
573 (unsigned) AX, (unsigned) BX);
656 switch(BX)
768 default: /* AX=E820, DX=534D4150, BX unrecognized */
804 BX = DX;
813 BX_INFO("*** int 15h function AX=%04x, BX
[all...]
H A Deltorito.c70 #define BX r.gr.u.r16.bx macro
180 BX_DEBUG_INT13_ET("%s: AX=%04x BX=%04x CX=%04x DX=%04x ES=%04x\n", __func__, AX, BX, CX, DX, ES);
480 BX_DEBUG_INT13_ET("%s: AX=%04x BX=%04x CX=%04x DX=%04x ES=%04x\n", __func__, AX, BX, CX, DX, ES);
547 offset = BX;
550 ES, BX, cylinder, head, sector, nbsectors);
567 segment = ES+(BX / 16);
568 offset = BX % 16;
697 BX_DEBUG_INT13_CD("%s: AX=%04x BX
[all...]
H A Dpcibios.c57 #define BX r.gr.u.r16.bx macro
316 BX_DEBUG_PCI("PCI: AX=%04X BX=%04X CX=%04X DI=%04X\n", AX, BX, CX, DI);
324 BX = 0x0210; /* Version 2.1. */
342 BX = device;
352 BX = device;
365 PCIxx(select_reg)(BX, DI);
399 BX = (1 << 9) | (1 << 11);
404 BX_INFO("PCI: Unsupported function AX=%04X BX=%04X called\n", AX, BX);
[all...]
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvbe.c472 * BX = Desired Mode to set
478 void vbe_biosfn_set_mode(uint16_t STACK_BASED *AX, uint16_t BX, uint16_t ES, uint16_t DI) argument
490 using_lfb = ((BX & VBE_MODE_LINEAR_FRAME_BUFFER) == VBE_MODE_LINEAR_FRAME_BUFFER);
492 no_clear = ((BX & VBE_MODE_PRESERVE_DISPLAY_MEMORY) == VBE_MODE_PRESERVE_DISPLAY_MEMORY) ? VBE_DISPI_NOCLEARMEM : 0;
494 BX = (BX & 0x1ff);
497 if (BX < VBE_MODE_VESA_DEFINED)
504 mode = (BX & 0xff);
511 cur_info_ofs = mode_info_find_mode(BX, using_lfb);
523 printf("VBE found mode %x, setting:\n", BX);
587 vbe_biosfn_save_video_state(uint16_t ES, uint16_t BX) argument
607 vbe_biosfn_restore_video_state(uint16_t ES, uint16_t BX) argument
652 vbe_biosfn_save_restore_state(uint16_t STACK_BASED *AX, uint16_t CX, uint16_t DX, uint16_t ES, uint16_t STACK_BASED *BX) argument
[all...]
H A Dvgabios.c318 void __cdecl int10_debugmsg(uint16_t DI, uint16_t SI, uint16_t BP, uint16_t SP, uint16_t BX, argument
323 printf("vgabios call ah%02x al%02x bx%04x cx%04x dx%04x\n", GET_AH(), GET_AL(), BX, CX, DX);
1749 static void biosfn_read_state_info(uint16_t BX, uint16_t ES, uint16_t DI) argument
1796 uint16_t biosfn_save_video_state(uint16_t CX, uint16_t ES, uint16_t BX) argument
1802 write_byte(ES, BX, inb(VGAREG_SEQU_ADDRESS)); BX++;
1803 write_byte(ES, BX, inb(crtc_addr)); BX++;
1804 write_byte(ES, BX, inb(VGAREG_GRDC_ADDRESS)); BX
1880 biosfn_restore_video_state(uint16_t CX, uint16_t ES, uint16_t BX) argument
2107 int10_func(uint16_t DI, uint16_t SI, uint16_t BP, uint16_t SP, uint16_t BX, uint16_t DX, uint16_t CX, uint16_t AX, uint16_t DS, uint16_t ES, uint16_t FLAGS) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h247 /// ES:BX = Pointer to EFI_TO_COMPATIBILITY16_INIT_TABLE
257 /// ES:BX = Pointer to EFI_TO_COMPATIBILITY16_BOOT_TABLE
268 /// ES:BX = Pointer to EFI_TO_COMPATIBILITY16_BOOT_TABLE structure
290 /// BX = Priority number of the boot device.
298 /// ES:BX = Pointer to EFI_DISPATCH_OPROM_TABLE
301 /// BX = Number of non-BBS-compliant devices found. Equals 0 if BBS compliant.
310 /// BX = Allocation region
318 /// DS:BX = Address of the region
340 /// ES:BX = Pointer to EFI_LEGACY_INSTALL_PCI_HANDLER structure
1068 UINT16 BX; member in struct:__anon10760
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h5051 UINT16 BX; member in struct:__anon11944
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dpxe_api.h448 UINT16_t BX; member in struct:s_PXENV_START_UNDI
1709 UINT16_t BX; member in struct:s_UNDI_LOADER
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dassyntax.h114 #define BX bx macro
176 #define BX %bx macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dassyntax.h111 #define BX bx macro
173 #define BX %bx macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dassyntax.h111 #define BX bx macro
173 #define BX %bx macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dassyntax.h87 #define BX bx macro
149 #define BX %bx macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dassyntax.h115 #define BX bx macro
177 #define BX %bx macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dassyntax.h115 #define BX bx macro
177 #define BX %bx macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/
H A Dassyntax.h99 #define BX bx macro
161 #define BX %bx macro
824 #define W_BX BX

Completed in 131 milliseconds