Searched refs:bochs_bios_write (Results 1 – 1 of 1) sorted by relevance
/external/qemu/hw/ |
D | pc.c | 419 static void bochs_bios_write(void *opaque, uint32_t addr, uint32_t val) in bochs_bios_write() function 473 register_ioport_write(0x400, 1, 2, bochs_bios_write, NULL); in bochs_bios_init() 474 register_ioport_write(0x401, 1, 2, bochs_bios_write, NULL); in bochs_bios_init() 475 register_ioport_write(0x402, 1, 1, bochs_bios_write, NULL); in bochs_bios_init() 476 register_ioport_write(0x403, 1, 1, bochs_bios_write, NULL); in bochs_bios_init() 477 register_ioport_write(0x8900, 1, 1, bochs_bios_write, NULL); in bochs_bios_init() 479 register_ioport_write(0x501, 1, 2, bochs_bios_write, NULL); in bochs_bios_init() 480 register_ioport_write(0x502, 1, 2, bochs_bios_write, NULL); in bochs_bios_init() 481 register_ioport_write(0x500, 1, 1, bochs_bios_write, NULL); in bochs_bios_init() 482 register_ioport_write(0x503, 1, 1, bochs_bios_write, NULL); in bochs_bios_init()
|