Searched refs:write_word (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | system.c | 363 write_word( 0x40, 0x98, ES ); // Byte location, segment 364 write_word( 0x40, 0x9A, BX ); // Byte location, offset 365 write_word( 0x40, 0x9C, DX ); // Low word, delay 366 write_word( 0x40, 0x9E, CX ); // High word, delay. 432 write_word(ES, SI+0x08+0, 47); // limit 15:00 = 6 * 8bytes/descriptor 433 write_word(ES, SI+0x08+2, base15_00);// base 15:00 436 write_word(ES, SI+0x08+6, 0x0000); // base 31:24/reserved/limit 19:16 439 write_word(ES, SI+0x20+0, 0xffff);// limit 15:00 = normal 64K limit 440 write_word(ES, SI+0x20+2, 0x0000);// base 15:00 443 write_word(E [all...] |
H A D | bios.c | 66 void write_word(uint16_t seg, uint16_t offset, uint16_t data) function 172 write_word(0x0040,0x0072, 0);
|
H A D | inlines.h | 32 extern void write_word(uint16_t seg, uint16_t offset, uint16_t data);
|
H A D | ps2mouse.c | 406 write_word(ebda_seg, 0x0022, mouse_driver_offset); 407 write_word(ebda_seg, 0x0024, mouse_driver_seg);
|
H A D | eltorito.c | 201 write_word(DS,SI+0x08,cdemu->device_spec); 202 write_word(DS,SI+0x0a,cdemu->buffer_segment); 203 write_word(DS,SI+0x0c,cdemu->load_segment); 204 write_word(DS,SI+0x0e,cdemu->sector_count);
|
H A D | keyboard.c | 335 write_word(0x0040, 0x001C, buffer_tail); 473 write_word(0x0040,0x0072, 0x1234); 565 write_word(0x0040, 0x001a, buffer_head);
|
H A D | ahci.c | 834 write_word(0x00, 0x0413, base_mem_kb);
|
/vbox/src/VBox/Devices/Graphics/BIOS/ |
H A D | vbe.c | 365 write_word(ES, DI + cur_ptr, vmode); 374 write_word(ES, DI + cur_ptr, vmode); 382 write_word(ES, DI + cur_ptr, cur_info->mode); 390 write_word(ES, DI + cur_ptr, cur_info->mode); 449 write_word(ES, DI + offsetof(ModeInfoBlock, WinFuncPtr), (uint16_t)(dispi_set_bank_farcall)); 451 write_word(ES, DI + offsetof(ModeInfoBlock, WinFuncPtr) + 2, 0xC000); 455 write_word(ES, DI + offsetof(ModeInfoBlock, PhysBasePtr) + 2, in_w(VBE_DISPI_IOPORT_DATA)); 565 write_word(BIOSMEM_SEG,BIOSMEM_VBE_MODE,BX); 593 write_word(ES, BX, enable); 600 write_word(E [all...] |
H A D | vgabios.c | 519 write_word(BIOSMEM_SEG,BIOSMEM_CURSOR_TYPE,curs); 554 write_word(BIOSMEM_SEG, BIOSMEM_CURSOR_POS+2*page, cursor); 603 write_word(BIOSMEM_SEG,BIOSMEM_CURRENT_START,address); 807 write_word(BIOSMEM_SEG,BIOSMEM_NB_COLS,twidth); 808 write_word(BIOSMEM_SEG,BIOSMEM_PAGE_SIZE,*(uint16_t *)&video_param_table[vpti].slength_l); 809 write_word(BIOSMEM_SEG,BIOSMEM_CRTC_ADDRESS,crtc_addr); 811 write_word(BIOSMEM_SEG,BIOSMEM_CHAR_HEIGHT,cheight); 1572 write_word(BIOSMEM_SEG,BIOSMEM_CHAR_HEIGHT, lines); 1581 write_word(BIOSMEM_SEG,BIOSMEM_PAGE_SIZE, rows * cols * 2); 1834 write_word(E 2019 void write_word(uint16_t seg, uint16_t offset, uint16_t data) function [all...] |
H A D | inlines.h | 32 extern void write_word(uint16_t seg, uint16_t offset, uint16_t data);
|
/vbox/src/recompiler/target-i386/ |
H A D | cpu.h | 1123 void write_word(CPUX86State *env1, target_ulong addr, uint16_t val);
|
H A D | op_helper.c | 5890 void write_word(CPUX86State *env1, target_ulong addr, uint16_t val) function
|
Completed in 82 milliseconds