Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpcie_host.c80 e->base_addr = PCIE_BASE_ADDR_UNMAPPED; in pcie_host_init()
87 if (e->base_addr != PCIE_BASE_ADDR_UNMAPPED) { in pcie_host_mmcfg_unmap()
89 e->base_addr = PCIE_BASE_ADDR_UNMAPPED; in pcie_host_mmcfg_unmap()
/openbmc/qemu/include/hw/pci/
H A Dpcie_host.h35 #define PCIE_BASE_ADDR_UNMAPPED ((hwaddr)-1ULL) macro
/openbmc/qemu/hw/i386/
H A Dacpi-build.c2422 if (mcfg->base == PCIE_BASE_ADDR_UNMAPPED) { in acpi_get_mcfg()