| /openbmc/qemu/hw/riscv/ |
| H A D | microchip_pfsoc.c | 197 MemoryRegion *system_memory = get_system_memory(); in microchip_pfsoc_soc_realize() local 220 memory_region_add_subregion(system_memory, in microchip_pfsoc_soc_realize() 227 memory_region_add_subregion(system_memory, in microchip_pfsoc_soc_realize() 272 memory_region_add_subregion(system_memory, in microchip_pfsoc_soc_realize() 344 s->serial0 = mchp_pfsoc_mmuart_create(system_memory, in microchip_pfsoc_soc_realize() 348 s->serial1 = mchp_pfsoc_mmuart_create(system_memory, in microchip_pfsoc_soc_realize() 352 s->serial2 = mchp_pfsoc_mmuart_create(system_memory, in microchip_pfsoc_soc_realize() 356 s->serial3 = mchp_pfsoc_mmuart_create(system_memory, in microchip_pfsoc_soc_realize() 360 s->serial4 = mchp_pfsoc_mmuart_create(system_memory, in microchip_pfsoc_soc_realize() 446 memory_region_add_subregion(system_memory, in microchip_pfsoc_soc_realize() [all …]
|
| 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()
|
| H A D | spike.c | 198 MemoryRegion *system_memory = get_system_memory(); in spike_board_init() local 262 memory_region_add_subregion(system_memory, memmap[SPIKE_DRAM].base, in spike_board_init() 268 memory_region_add_subregion(system_memory, memmap[SPIKE_MROM].base, in spike_board_init() 332 htif_mm_init(system_memory, serial_hd(0), memmap[SPIKE_HTIF].base, in spike_board_init()
|
| H A D | sifive_u.c | 515 MemoryRegion *system_memory = get_system_memory(); in sifive_u_machine_init() local 540 memory_region_add_subregion(system_memory, memmap[SIFIVE_U_DEV_DRAM].base, in sifive_u_machine_init() 546 memory_region_add_subregion(system_memory, memmap[SIFIVE_U_DEV_FLASH0].base, in sifive_u_machine_init() 789 MemoryRegion *system_memory = get_system_memory(); in sifive_u_soc_realize() local 814 memory_region_add_subregion(system_memory, memmap[SIFIVE_U_DEV_MROM].base, in sifive_u_soc_realize() 828 memory_region_add_subregion(system_memory, memmap[SIFIVE_U_DEV_L2LIM].base, in sifive_u_soc_realize() 847 sifive_uart_create(system_memory, memmap[SIFIVE_U_DEV_UART0].base, in sifive_u_soc_realize() 849 sifive_uart_create(system_memory, memmap[SIFIVE_U_DEV_UART1].base, in sifive_u_soc_realize()
|
| /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 | microbit.c | 37 MemoryRegion *system_memory = get_system_memory(); in OBJECT_DECLARE_SIMPLE_TYPE() local 44 OBJECT(system_memory), &error_fatal); in OBJECT_DECLARE_SIMPLE_TYPE()
|
| 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()
|
| H A D | xlnx-zynqmp.c | 451 MemoryRegion *system_memory = get_system_memory(); in xlnx_zynqmp_realize() local 564 memory_region_add_subregion(system_memory, addr, alias); in xlnx_zynqmp_realize() 761 OBJECT(system_memory), &error_abort); in xlnx_zynqmp_realize() 773 OBJECT(system_memory), errp)) { in xlnx_zynqmp_realize() 791 OBJECT(system_memory), errp)) { in xlnx_zynqmp_realize() 823 OBJECT(system_memory), &error_abort); in xlnx_zynqmp_realize()
|
| H A D | mps2.c | 139 MemoryRegion *system_memory = get_system_memory(); in mps2_common_init() local 190 memory_region_add_subregion(system_memory, mmc->psram_base, machine->ram); in mps2_common_init() 245 OBJECT(system_memory), &error_abort); in mps2_common_init()
|
| /openbmc/qemu/hw/xtensa/ |
| H A D | xtfpga.c | 225 MemoryRegion *system_memory = get_system_memory(); in xtfpga_init() local 284 system_memory); in xtfpga_init() 286 system_memory); in xtfpga_init() 288 system_memory); in xtfpga_init() 290 system_memory); in xtfpga_init() 292 system_memory); in xtfpga_init() 298 memory_region_add_subregion(system_memory, board->io[0], system_io); in xtfpga_init() 304 memory_region_add_subregion(system_memory, board->io[1], io); in xtfpga_init() 338 system_memory); in xtfpga_init() 462 memory_region_add_subregion(system_memory, in xtfpga_init() [all …]
|
| /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 | q35.c | 247 (Object **) &s->mch.system_memory, in q35_host_initfn() 396 memory_region_del_subregion(mch->system_memory, &mch->tseg_blackhole); in mch_update_smram() 399 memory_region_add_subregion_overlap(mch->system_memory, in mch_update_smram() 580 pc_pci_as_mapping_init(mch->system_memory, mch->pci_address_space); in mch_realize() 584 mch->system_memory, mch->pci_address_space, in mch_realize() 588 mch->system_memory, mch->pci_address_space, in mch_realize() 600 memory_region_add_subregion_overlap(mch->system_memory, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize() 607 memory_region_add_subregion_overlap(mch->system_memory, 0xfeda0000, in mch_realize() 630 memory_region_add_subregion_overlap(mch->system_memory, in mch_realize() 648 memory_region_add_subregion_overlap(mch->system_memory, in mch_realize()
|
| 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);
|
| /openbmc/qemu/include/hw/i386/ |
| H A D | pc.h | 182 void pc_pci_as_mapping_init(MemoryRegion *system_memory, 187 MemoryRegion *system_memory,
|
| /openbmc/qemu/hw/i386/ |
| H A D | pc_piix.c | 117 MemoryRegion *system_memory = get_system_memory(); in pc_init1() local 126 MemoryRegion *rom_memory = system_memory; in pc_init1() 211 OBJECT(system_memory), &error_fatal); in pc_init1() 234 pc_memory_init(pcms, system_memory, rom_memory, hole64_size); in pc_init1() 298 isa_bus = isa_bus_new(NULL, system_memory, system_io, in pc_init1()
|
| /openbmc/qemu/hw/mips/ |
| H A D | malta.c | 1083 MemoryRegion *system_memory = get_system_memory(); in mips_malta_init() local 1114 memory_region_add_subregion(system_memory, 0x80000000, machine->ram); in mips_malta_init() 1119 memory_region_add_subregion(system_memory, 0, ram_low_preio); in mips_malta_init() 1128 memory_region_add_subregion(system_memory, 512 * MiB, in mips_malta_init() 1135 malta_fpga_init(system_memory, FPGA_ADDRESS, cbus_irq, serial_hd(2)); in mips_malta_init() 1222 memory_region_add_subregion(system_memory, RESET_ADDRESS, bios_copy); in mips_malta_init()
|
| /openbmc/qemu/include/hw/pci-host/ |
| H A D | q35.h | 45 MemoryRegion *system_memory; member
|