Home | History | Annotate | Download | only in hw

Lines Matching full:bochs_bios_write

419 static void bochs_bios_write(void *opaque, uint32_t addr, uint32_t val)
473 register_ioport_write(0x400, 1, 2, bochs_bios_write, NULL);
474 register_ioport_write(0x401, 1, 2, bochs_bios_write, NULL);
475 register_ioport_write(0x402, 1, 1, bochs_bios_write, NULL);
476 register_ioport_write(0x403, 1, 1, bochs_bios_write, NULL);
477 register_ioport_write(0x8900, 1, 1, bochs_bios_write, NULL);
479 register_ioport_write(0x501, 1, 2, bochs_bios_write, NULL);
480 register_ioport_write(0x502, 1, 2, bochs_bios_write, NULL);
481 register_ioport_write(0x500, 1, 1, bochs_bios_write, NULL);
482 register_ioport_write(0x503, 1, 1, bochs_bios_write, NULL);