Searched refs:MemMapEntry (Results 1 – 12 of 12) sorted by relevance
| /openbmc/qemu/include/hw/xen/ |
| H A D | xen-pvh-common.h | 76 MemMapEntry ram_low, ram_high; 77 MemMapEntry tpm; 80 MemMapEntry virtio_mmio; 85 MemMapEntry pci_ecam, pci_mmio, pci_mmio_high;
|
| /openbmc/qemu/include/hw/pci-host/ |
| H A D | gpex.h | 42 MemMapEntry ecam; 43 MemMapEntry mmio32; 44 MemMapEntry mmio64; 45 MemMapEntry pio;
|
| /openbmc/qemu/include/exec/ |
| H A D | hwaddr.h | 21 typedef struct MemMapEntry { struct 24 } MemMapEntry; argument
|
| /openbmc/qemu/hw/riscv/ |
| H A D | xiangshan_kmh.c | 46 static const MemMapEntry xiangshan_kmh_memmap[] = { 60 const MemMapEntry *memmap = xiangshan_kmh_memmap; in xiangshan_kmh_create_aia() 99 const MemMapEntry *memmap = xiangshan_kmh_memmap; in xiangshan_kmh_soc_realize() 166 const MemMapEntry *memmap = xiangshan_kmh_memmap; in type_init()
|
| H A D | sifive_e.c | 51 static const MemMapEntry sifive_e_memmap[] = { 76 const MemMapEntry *memmap = sifive_e_memmap; in sifive_e_machine_init() 197 const MemMapEntry *memmap = sifive_e_memmap; in sifive_e_soc_realize()
|
| H A D | opentitan.c | 41 static const MemMapEntry ibex_memmap[] = { 83 const MemMapEntry *memmap = ibex_memmap; in opentitan_machine_init() 147 const MemMapEntry *memmap = ibex_memmap; in lowrisc_ibex_soc_realize()
|
| H A D | virt-acpi-build.c | 169 acpi_dsdt_add_uart(Aml *scope, const MemMapEntry *uart_memmap, in acpi_dsdt_add_uart() 206 static void acpi_dsdt_add_iommu_sys(Aml *scope, const MemMapEntry *iommu_memmap, in acpi_dsdt_add_iommu_sys() 448 const MemMapEntry *memmap = s->memmap; in build_dsdt()
|
| /openbmc/qemu/hw/i386/xen/ |
| H A D | xen-pvh.c | 59 s->cfg.ram_low = (MemMapEntry) { 0x0, 0x80000000U }; in xen_pvh_instance_init() 60 s->cfg.ram_high = (MemMapEntry) { 0xC000000000ULL, 0x4000000000ULL }; in xen_pvh_instance_init()
|
| /openbmc/qemu/include/hw/nvram/ |
| H A D | fw_cfg_acpi.h | 12 void fw_cfg_acpi_dsdt_add(Aml *scope, const MemMapEntry *fw_cfg_memmap);
|
| /openbmc/qemu/hw/nvram/ |
| H A D | fw_cfg-acpi.c | 11 void fw_cfg_acpi_dsdt_add(Aml *scope, const MemMapEntry *fw_cfg_memmap) in fw_cfg_acpi_dsdt_add()
|
| /openbmc/qemu/include/hw/riscv/ |
| H A D | virt.h | 63 const MemMapEntry *memmap;
|
| /openbmc/qemu/hw/mips/ |
| H A D | loongson3_bootp.h | 234 extern const MemMapEntry virt_memmap[];
|