| /openbmc/qemu/hw/riscv/ |
| H A D | xiangshan_kmh.c | 100 MemoryRegion *system_memory = get_system_memory(); in xiangshan_kmh_soc_realize() local 113 serial_mm_init(system_memory, memmap[XIANGSHAN_KMH_UART0].base, 2, in xiangshan_kmh_soc_realize() 130 memory_region_add_subregion(system_memory, in xiangshan_kmh_soc_realize() 167 MemoryRegion *system_memory = get_system_memory(); in type_init() local 176 memory_region_add_subregion(system_memory, in type_init()
|
| H A D | shakti_c.c | 47 MemoryRegion *system_memory = get_system_memory(); in shakti_c_machine_state_init() local 56 memory_region_add_subregion(system_memory, in shakti_c_machine_state_init() 107 MemoryRegion *system_memory = get_system_memory(); in type_init() local 141 memory_region_add_subregion(system_memory, in type_init()
|
| /openbmc/qemu/hw/remote/ |
| H A D | machine.c | 30 MemoryRegion *system_memory, *system_io, *pci_memory; in remote_machine_init() local 35 system_memory = get_system_memory(); in remote_machine_init() 44 rem_host->mr_sys_mem = system_memory; in remote_machine_init() 50 memory_region_add_subregion_overlap(system_memory, 0x0, pci_memory, -1); in remote_machine_init()
|
| /openbmc/qemu/hw/arm/ |
| H A D | stm32f100_soc.c | 73 MemoryRegion *system_memory = get_system_memory(); in stm32f100_soc_realize() local 107 memory_region_add_subregion(system_memory, FLASH_BASE_ADDRESS, &s->flash); in stm32f100_soc_realize() 108 memory_region_add_subregion(system_memory, 0, &s->flash_alias); in stm32f100_soc_realize() 113 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in stm32f100_soc_realize()
|
| H A D | omap1.c | 280 static struct omap_mpu_timer_s *omap_mpu_timer_init(MemoryRegion *system_memory, in omap_mpu_timer_init() argument 296 memory_region_add_subregion(system_memory, base, &s->iomem); in omap_mpu_timer_init() 757 static void omap_ulpd_pm_init(MemoryRegion *system_memory, in omap_ulpd_pm_init() argument 763 memory_region_add_subregion(system_memory, base, &mpu->ulpd_pm_iomem); in omap_ulpd_pm_init() 980 static void omap_pin_cfg_init(MemoryRegion *system_memory, in omap_pin_cfg_init() argument 986 memory_region_add_subregion(system_memory, base, &mpu->pin_cfg_iomem); in omap_pin_cfg_init() 2305 static struct omap_uwire_s *omap_uwire_init(MemoryRegion *system_memory, in omap_uwire_init() argument 2319 memory_region_add_subregion(system_memory, base, &s->iomem); in omap_uwire_init() 2411 static struct omap_pwl_s *omap_pwl_init(MemoryRegion *system_memory, in omap_pwl_init() argument 2421 memory_region_add_subregion(system_memory, base, &s->iomem); in omap_pwl_init() [all …]
|
| H A D | stm32f405_soc.c | 94 MemoryRegion *system_memory = get_system_memory(); in stm32f405_soc_realize() local 134 memory_region_add_subregion(system_memory, FLASH_BASE_ADDRESS, &s->flash); in stm32f405_soc_realize() 135 memory_region_add_subregion(system_memory, 0, &s->flash_alias); in stm32f405_soc_realize() 143 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in stm32f405_soc_realize() 151 memory_region_add_subregion(system_memory, CCM_BASE_ADDRESS, &s->ccm); in stm32f405_soc_realize() 161 OBJECT(system_memory), &error_abort); in stm32f405_soc_realize()
|
| H A D | max78000_soc.c | 56 MemoryRegion *system_memory = get_system_memory(); in max78000_soc_realize() local 74 memory_region_add_subregion(system_memory, FLASH_BASE_ADDRESS, &s->flash); in max78000_soc_realize() 87 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in max78000_soc_realize() 103 OBJECT(system_memory), &error_abort); in max78000_soc_realize()
|
| H A D | msf2-soc.c | 89 MemoryRegion *system_memory = get_system_memory(); in m2sxxx_soc_realize() local 128 memory_region_add_subregion(system_memory, ENVM_BASE_ADDRESS, &s->nvm); in m2sxxx_soc_realize() 129 memory_region_add_subregion(system_memory, 0, &s->nvm_alias); in m2sxxx_soc_realize() 133 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in m2sxxx_soc_realize()
|
| H A D | stm32f205_soc.c | 90 MemoryRegion *system_memory = get_system_memory(); in stm32f205_soc_realize() local 121 memory_region_add_subregion(system_memory, FLASH_BASE_ADDRESS, &s->flash); in stm32f205_soc_realize() 122 memory_region_add_subregion(system_memory, 0, &s->flash_alias); in stm32f205_soc_realize() 126 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in stm32f205_soc_realize()
|
| H A D | stm32l4x5_soc.c | 171 MemoryRegion *system_memory = get_system_memory(); in stm32l4x5_soc_realize() local 184 memory_region_add_subregion(system_memory, FLASH_BASE_ADDRESS, &s->flash); in stm32l4x5_soc_realize() 185 memory_region_add_subregion(system_memory, 0, &s->flash_alias); in stm32l4x5_soc_realize() 191 memory_region_add_subregion(system_memory, SRAM1_BASE_ADDRESS, &s->sram1); in stm32l4x5_soc_realize() 197 memory_region_add_subregion(system_memory, SRAM2_BASE_ADDRESS, &s->sram2); in stm32l4x5_soc_realize() 210 OBJECT(system_memory), &error_abort); in stm32l4x5_soc_realize()
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | pam.c | 34 MemoryRegion *system_memory, MemoryRegion *pci_address_space, in init_pam() argument 56 memory_region_add_subregion_overlap(system_memory, start, in init_pam()
|
| H A D | i440fx.c | 50 MemoryRegion *system_memory; member 241 (Object **) &s->system_memory, in i440fx_pcihost_initfn() 281 pc_pci_as_mapping_init(s->system_memory, s->pci_address_space); in i440fx_pcihost_realize() 286 memory_region_add_subregion_overlap(s->system_memory, SMRAM_C_BASE, in i440fx_pcihost_realize() 300 init_pam(&f->pam_regions[0], OBJECT(d), s->ram_memory, s->system_memory, in i440fx_pcihost_realize() 304 s->system_memory, s->pci_address_space, in i440fx_pcihost_realize()
|
| /openbmc/qemu/hw/display/ |
| H A D | cirrus_vga_internal.h | 101 MemoryRegion *system_memory, MemoryRegion *system_io);
|
| H A D | cirrus_vga.c | 2842 MemoryRegion *system_memory, MemoryRegion *system_io) in cirrus_init_common() argument 2896 memory_region_add_subregion_overlap(system_memory, in cirrus_init_common()
|
| /openbmc/qemu/include/hw/pci-host/ |
| H A D | q35.h | 45 MemoryRegion *system_memory; member
|
| /openbmc/qemu/hw/i386/ |
| H A D | microvm.c | 291 MemoryRegion *system_memory = get_system_memory(); in microvm_memory_init() local 307 memory_region_add_subregion(system_memory, 0, ram_below_4g); in microvm_memory_init() 317 memory_region_add_subregion(system_memory, 0x100000000ULL, in microvm_memory_init()
|