Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_emul.c157 #define PCI_EMUL_MEMSIZE64 (32*GB) macro
1503 pci_emul_membase64 = roundup2(pci_emul_membase64, PCI_EMUL_MEMSIZE64); in init_pci()
1504 pci_emul_memlim64 = pci_emul_membase64 + PCI_EMUL_MEMSIZE64; in init_pci()