Home
last modified time | relevance | path

Searched refs:pci_rom_address (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/bochs/bochs-2.7/iodev/
H A Ddevices.cc1575 if (DEV_pci_set_base_mem(this, mem_read_handler, NULL, &pci_rom_address, in after_restore_pci_state()
1577 BX_INFO(("new ROM address: 0x%08x", pci_rom_address)); in after_restore_pci_state()
1699 &pci_rom_address, &pci_conf[0x30], in pci_write_handler_common()
1701 BX_INFO(("new ROM address = 0x%08x", pci_rom_address)); in pci_write_handler_common()
H A Diodev.h180 Bit32u pci_rom_address; variable
/dports/emulators/bochs/bochs-2.7/iodev/network/
H A Dpcipnic.cc170 BX_PNIC_THIS pci_rom_address = 0; in init() local
H A De1000.cc567 BX_E1000_THIS pci_rom_address = 0; in init() local
719 if (((Bit32u)addr & ~mask) == BX_E1000_THIS pci_rom_address) { in mem_read()
H A Dne2k.cc346 BX_NE2K_THIS pci_rom_address = 0; in init() local
/dports/emulators/bochs/bochs-2.7/iodev/display/
H A Dvga.cc146 BX_VGA_THIS pci_rom_address = 0; in init_vga_extension() local
644 if (((Bit32u)addr & ~mask) == BX_VGA_THIS pci_rom_address) { in mem_read()
H A Dsvga_cirrus.cc526 if (((Bit32u)addr & ~mask) == BX_CIRRUS_THIS pci_rom_address) { in mem_read()
2365 BX_CIRRUS_THIS pci_rom_address = 0; in svga_init_pcihandlers() local
H A Dbanshee.cc170 pci_rom_address = 0; in init_model()
825 if (((Bit32u)addr & ~mask) == pci_rom_address) { in mem_read()