Searched refs:mmio64 (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/hw/i386/ |
H A D | microvm.c | 134 if (mms->gpex.mmio64.size) { in create_gpex() 136 memory_region_init_alias(mmio64_alias, OBJECT(dev), "pcie-mmio64", mmio_reg, in create_gpex() 137 mms->gpex.mmio64.base, mms->gpex.mmio64.size); in create_gpex() 139 mms->gpex.mmio64.base, mmio64_alias); in create_gpex() 234 mms->gpex.mmio64.size = phys_size / 4; in microvm_devices_init() 235 mms->gpex.mmio64.base = phys_size - mms->gpex.mmio64.size; in microvm_devices_init()
|
H A D | microvm-dt.c | 123 if (mms->gpex.mmio64.size) { in dt_add_pcie() 132 2, mms->gpex.mmio64.base, in dt_add_pcie() 133 2, mms->gpex.mmio64.base, in dt_add_pcie() 134 2, mms->gpex.mmio64.size); in dt_add_pcie()
|
/openbmc/qemu/hw/pci-host/ |
H A D | gpex-acpi.c | 254 if (cfg->mmio64.size) { in acpi_dsdt_add_gpex() 256 cfg->mmio64.base, in acpi_dsdt_add_gpex() 257 cfg->mmio64.base + cfg->mmio64.size - 1); in acpi_dsdt_add_gpex()
|
H A D | gpex.c | 166 gpex_cfg.mmio64.base, 0), 168 gpex_cfg.mmio64.size, 0),
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | gpex.h | 46 MemMapEntry mmio64; member
|
/openbmc/qemu/hw/loongarch/ |
H A D | acpi-build.c | 355 .mmio64.base = VIRT_PCI_MEM_BASE, in build_pci_device_aml() 356 .mmio64.size = VIRT_PCI_MEM_SIZE, in build_pci_device_aml()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr.h | 159 hwaddr *mmio32, hwaddr *mmio64,
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 4356 hwaddr *mmio32, hwaddr *mmio64, in spapr_phb_placement() argument 4401 *mmio64 = SPAPR_PCI_BASE + (index + 1) * SPAPR_PCI_MEM64_WIN_SIZE; in spapr_phb_placement() 4957 hwaddr *mmio32, hwaddr *mmio64, in phb_placement_4_0() 4960 if (!spapr_phb_placement(spapr, index, buid, pio, mmio32, mmio64, n_dma, in phb_placement_4_0() 4956 phb_placement_4_0(SpaprMachineState * spapr,uint32_t index,uint64_t * buid,hwaddr * pio,hwaddr * mmio32,hwaddr * mmio64,unsigned n_dma,uint32_t * liobns,Error ** errp) phb_placement_4_0() argument
|
/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 135 cfg.mmio64 = memmap[VIRT_HIGH_PCIE_MMIO]; in acpi_dsdt_add_pci()
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |