Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_emul.c145 #define PCI_EMUL_ROMSIZE 0x10000000 macro
962 "pcirom", PCI_EMUL_ROMSIZE); in pci_emul_alloc_rom()
967 pci_emul_romlim = pci_emul_rombase + PCI_EMUL_ROMSIZE; 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()