Searched refs:ecam (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/hw/pci-host/ |
| H A D | gpex-acpi.c | 90 int nr_pcie_buses = cfg->ecam.size / PCIE_MMCFG_SIZE_MIN; in acpi_dsdt_add_gpex() 175 aml_append(method, aml_return(aml_int(cfg->ecam.base))); in acpi_dsdt_add_gpex() 238 cfg->ecam.base, in acpi_dsdt_add_gpex() 239 cfg->ecam.base + cfg->ecam.size - 1, in acpi_dsdt_add_gpex() 241 cfg->ecam.size)); in acpi_dsdt_add_gpex()
|
| H A D | gpex.c | 180 DEFINE_PROP_UINT64(PCI_HOST_ECAM_BASE, GPEXHost, gpex_cfg.ecam.base, 0), 181 DEFINE_PROP_SIZE(PCI_HOST_ECAM_SIZE, GPEXHost, gpex_cfg.ecam.size, 0),
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | xenpvh.rst | 48 …483648,ram-high-base=4294967296,ram-high-size=2147483648,pci-ecam-base=824633720832,pci-ecam-size=…
|
| /openbmc/qemu/include/hw/pci-host/ |
| H A D | gpex.h | 42 MemMapEntry ecam; member
|
| /openbmc/qemu/hw/i386/ |
| H A D | microvm.c | 118 ecam_reg, 0, mms->gpex.ecam.size); in create_gpex() 120 mms->gpex.ecam.base, ecam_alias); in create_gpex() 240 mms->gpex.ecam.base = PCIE_ECAM_BASE; in microvm_devices_init() 241 mms->gpex.ecam.size = PCIE_ECAM_SIZE; in microvm_devices_init()
|