Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/vmd/
Dpci.h37 #define PCI_MMIO_BAR_BASE 0xF0000000ULL macro
Dx86_vm.c207 if (mem_bytes > PCI_MMIO_BAR_BASE - MB(1)) { in create_memory_map()
208 above_1m = PCI_MMIO_BAR_BASE - MB(1); in create_memory_map()
221 vcp->vcp_memranges[3].vmr_gpa = PCI_MMIO_BAR_BASE; in create_memory_map()
223 PCI_MMIO_BAR_BASE + 1; in create_memory_map()
Dpci.c219 pci.pci_next_mmio_bar = PCI_MMIO_BAR_BASE; in pci_init()