Searched refs:pci_emul_romoffset (Results 1 – 1 of 1) sorted by relevance
105 static uint64_t pci_emul_romoffset; variable1009 pci_emul_romoffset = 0; in pci_emul_alloc_rom()1017 if (pci_emul_romoffset + rom_size > PCI_EMUL_ROMSIZE) { in pci_emul_alloc_rom()1020 PCI_EMUL_ROMSIZE - pci_emul_romoffset); in pci_emul_alloc_rom()1033 *addr = pci_emul_rombase + pci_emul_romoffset; in pci_emul_alloc_rom()1036 pdi->pi_romoffset = pci_emul_romoffset; in pci_emul_alloc_rom()1039 pci_emul_romoffset += rom_size; in pci_emul_alloc_rom()