Home
last modified time | relevance | path

Searched refs:system_memory (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/qemu/hw/riscv/
H A Dmicrochip_pfsoc.c198 MemoryRegion *system_memory = get_system_memory(); in microchip_pfsoc_soc_realize() local
221 memory_region_add_subregion(system_memory, in microchip_pfsoc_soc_realize()
228 memory_region_add_subregion(system_memory, in microchip_pfsoc_soc_realize()
273 memory_region_add_subregion(system_memory, in microchip_pfsoc_soc_realize()
345 s->serial0 = mchp_pfsoc_mmuart_create(system_memory, in microchip_pfsoc_soc_realize()
349 s->serial1 = mchp_pfsoc_mmuart_create(system_memory, in microchip_pfsoc_soc_realize()
353 s->serial2 = mchp_pfsoc_mmuart_create(system_memory, in microchip_pfsoc_soc_realize()
357 s->serial3 = mchp_pfsoc_mmuart_create(system_memory, in microchip_pfsoc_soc_realize()
361 s->serial4 = mchp_pfsoc_mmuart_create(system_memory, in microchip_pfsoc_soc_realize()
447 memory_region_add_subregion(system_memory, in microchip_pfsoc_soc_realize()
[all …]
H A Dshakti_c.c47 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 Dspike.c198 MemoryRegion *system_memory = get_system_memory(); in spike_board_init() local
261 memory_region_add_subregion(system_memory, memmap[SPIKE_DRAM].base, in spike_board_init()
267 memory_region_add_subregion(system_memory, memmap[SPIKE_MROM].base, in spike_board_init()
330 htif_mm_init(system_memory, serial_hd(0), memmap[SPIKE_HTIF].base, in spike_board_init()
H A Dsifive_u.c515 MemoryRegion *system_memory = get_system_memory(); in sifive_u_machine_init() local
538 memory_region_add_subregion(system_memory, memmap[SIFIVE_U_DEV_DRAM].base, in sifive_u_machine_init()
544 memory_region_add_subregion(system_memory, memmap[SIFIVE_U_DEV_FLASH0].base, in sifive_u_machine_init()
784 MemoryRegion *system_memory = get_system_memory(); in sifive_u_soc_realize() local
809 memory_region_add_subregion(system_memory, memmap[SIFIVE_U_DEV_MROM].base, in sifive_u_soc_realize()
823 memory_region_add_subregion(system_memory, memmap[SIFIVE_U_DEV_L2LIM].base, in sifive_u_soc_realize()
842 sifive_uart_create(system_memory, memmap[SIFIVE_U_DEV_UART0].base, in sifive_u_soc_realize()
844 sifive_uart_create(system_memory, memmap[SIFIVE_U_DEV_UART1].base, in sifive_u_soc_realize()
/openbmc/qemu/hw/arm/
H A Domap1.c278 static struct omap_mpu_timer_s *omap_mpu_timer_init(MemoryRegion *system_memory, in omap_mpu_timer_init() argument
294 memory_region_add_subregion(system_memory, base, &s->iomem); in omap_mpu_timer_init()
755 static void omap_ulpd_pm_init(MemoryRegion *system_memory, in omap_ulpd_pm_init() argument
761 memory_region_add_subregion(system_memory, base, &mpu->ulpd_pm_iomem); in omap_ulpd_pm_init()
978 static void omap_pin_cfg_init(MemoryRegion *system_memory, in omap_pin_cfg_init() argument
984 memory_region_add_subregion(system_memory, base, &mpu->pin_cfg_iomem); in omap_pin_cfg_init()
2303 static struct omap_uwire_s *omap_uwire_init(MemoryRegion *system_memory, in omap_uwire_init() argument
2317 memory_region_add_subregion(system_memory, base, &s->iomem); in omap_uwire_init()
2409 static struct omap_pwl_s *omap_pwl_init(MemoryRegion *system_memory, in omap_pwl_init() argument
2419 memory_region_add_subregion(system_memory, base, &s->iomem); in omap_pwl_init()
[all …]
H A Dstm32f405_soc.c94 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 Dstm32f100_soc.c73 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 Dstm32l4x5_soc.c171 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 Dmsf2-soc.c89 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 Dstm32f205_soc.c90 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 Dmicrobit.c37 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 Dxlnx-zynqmp.c453 MemoryRegion *system_memory = get_system_memory(); in xlnx_zynqmp_realize() local
566 memory_region_add_subregion(system_memory, addr, alias); in xlnx_zynqmp_realize()
771 OBJECT(system_memory), errp)) { in xlnx_zynqmp_realize()
785 OBJECT(system_memory), errp)) { in xlnx_zynqmp_realize()
803 OBJECT(system_memory), errp)) { in xlnx_zynqmp_realize()
837 OBJECT(system_memory), errp)) { in xlnx_zynqmp_realize()
H A Dmps2.c139 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()
241 OBJECT(system_memory), &error_abort); in mps2_common_init()
/openbmc/qemu/hw/remote/
H A Dmachine.c30 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/xtensa/
H A Dxtfpga.c224 MemoryRegion *system_memory = get_system_memory(); in xtfpga_init() local
283 system_memory); in xtfpga_init()
285 system_memory); in xtfpga_init()
287 system_memory); in xtfpga_init()
289 system_memory); in xtfpga_init()
291 system_memory); in xtfpga_init()
297 memory_region_add_subregion(system_memory, board->io[0], system_io); in xtfpga_init()
303 memory_region_add_subregion(system_memory, board->io[1], io); in xtfpga_init()
337 system_memory); in xtfpga_init()
460 memory_region_add_subregion(system_memory, in xtfpga_init()
[all …]
/openbmc/qemu/hw/pci-host/
H A Dq35.c248 (Object **) &s->mch.system_memory, in q35_host_initfn()
397 memory_region_del_subregion(mch->system_memory, &mch->tseg_blackhole); in mch_update_smram()
400 memory_region_add_subregion_overlap(mch->system_memory, in mch_update_smram()
581 pc_pci_as_mapping_init(mch->system_memory, mch->pci_address_space); in mch_realize()
585 mch->system_memory, mch->pci_address_space, in mch_realize()
589 mch->system_memory, mch->pci_address_space, in mch_realize()
601 memory_region_add_subregion_overlap(mch->system_memory, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize()
608 memory_region_add_subregion_overlap(mch->system_memory, 0xfeda0000, in mch_realize()
631 memory_region_add_subregion_overlap(mch->system_memory, in mch_realize()
649 memory_region_add_subregion_overlap(mch->system_memory, in mch_realize()
H A Di440fx.c50 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()
H A Dpam.c34 MemoryRegion *system_memory, MemoryRegion *pci_address_space, in init_pam() argument
56 memory_region_add_subregion_overlap(system_memory, start, in init_pam()
/openbmc/qemu/hw/i386/
H A Dpc_piix.c108 MemoryRegion *system_memory = get_system_memory(); in pc_init1() local
117 MemoryRegion *rom_memory = system_memory; in pc_init1()
202 OBJECT(system_memory), &error_fatal); in pc_init1()
225 pc_memory_init(pcms, system_memory, rom_memory, hole64_size); in pc_init1()
287 isa_bus = isa_bus_new(NULL, system_memory, system_io, in pc_init1()
H A Dpc_q35.c135 MemoryRegion *system_memory = get_system_memory(); in pc_q35_init() local
205 pc_memory_init(pcms, system_memory, pci_memory, pci_hole64_size); in pc_q35_init()
213 OBJECT(system_memory), NULL); in pc_q35_init()
H A Dpc.c646 void pc_pci_as_mapping_init(MemoryRegion *system_memory, in pc_pci_as_mapping_init() argument
650 memory_region_add_subregion_overlap(system_memory, 0x0, in pc_pci_as_mapping_init()
823 MemoryRegion *system_memory, in pc_memory_init() argument
885 memory_region_add_subregion(system_memory, 0, ram_below_4g); in pc_memory_init()
893 memory_region_add_subregion(system_memory, x86ms->above_4g_mem_start, in pc_memory_init()
947 memory_region_add_subregion(system_memory, cxl_base, mr); in pc_memory_init()
960 memory_region_add_subregion(system_memory, fw->base, &fw->mr); in pc_memory_init()
/openbmc/qemu/hw/mips/
H A Dmalta.c1091 MemoryRegion *system_memory = get_system_memory(); in mips_malta_init() local
1122 memory_region_add_subregion(system_memory, 0x80000000, machine->ram); in mips_malta_init()
1127 memory_region_add_subregion(system_memory, 0, ram_low_preio); in mips_malta_init()
1136 memory_region_add_subregion(system_memory, 512 * MiB, in mips_malta_init()
1143 malta_fpga_init(system_memory, FPGA_ADDRESS, cbus_irq, serial_hd(2)); in mips_malta_init()
1229 memory_region_add_subregion(system_memory, RESET_ADDRESS, bios_copy); in mips_malta_init()
/openbmc/qemu/include/hw/i386/
H A Dpc.h183 void pc_pci_as_mapping_init(MemoryRegion *system_memory,
188 MemoryRegion *system_memory,
/openbmc/qemu/hw/display/
H A Dcirrus_vga_internal.h101 MemoryRegion *system_memory, MemoryRegion *system_io);
/openbmc/qemu/include/hw/pci-host/
H A Dq35.h45 MemoryRegion *system_memory; member

12