Searched refs:pci_emul_romoffset (Results 1 – 1 of 1) sorted by relevance
117 static uint64_t pci_emul_romoffset; variable968 pci_emul_romoffset = 0; in pci_emul_alloc_rom()976 if (pci_emul_romoffset + rom_size > PCI_EMUL_ROMSIZE) { in pci_emul_alloc_rom()979 PCI_EMUL_ROMSIZE - pci_emul_romoffset); in pci_emul_alloc_rom()992 *addr = pci_emul_rombase + pci_emul_romoffset; in pci_emul_alloc_rom()995 pdi->pi_romoffset = pci_emul_romoffset; in pci_emul_alloc_rom()998 pci_emul_romoffset += rom_size; in pci_emul_alloc_rom()