Home
last modified time | relevance | path

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

/qemu/hw/pci-host/
H A Dbonito.c657 MemoryRegion *host_mem = get_system_memory(); in bonito_pci_realize() local
671 memory_region_add_subregion(host_mem, BONITO_INTERNAL_REG_BASE, &s->iomem); in bonito_pci_realize()
676 memory_region_add_subregion(host_mem, BONITO_PCICONFIG_BASE, in bonito_pci_realize()
682 memory_region_add_subregion(host_mem, BONITO_SPCICONFIG_BASE, in bonito_pci_realize()
689 memory_region_add_subregion(host_mem, 0x1fe00200, &s->iomem_ldma); in bonito_pci_realize()
694 memory_region_add_subregion(host_mem, 0x1fe00300, &s->iomem_cop); in bonito_pci_realize()
701 memory_region_add_subregion(host_mem, BONITO_PCIIO_BASE, in bonito_pci_realize()
708 memory_region_add_subregion(host_mem, BONITO_DEV_BASE, in bonito_pci_realize()
719 memory_region_add_subregion(host_mem, BONITO_PCIHI_BASE, pcimem_alias); in bonito_pci_realize()