Home
last modified time | relevance | path

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

12

/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()
447 memory_region_add_subregion(system_memory, in microchip_pfsoc_soc_realize()
477 memory_region_add_subregion(system_memory, in microchip_pfsoc_soc_realize()
511 MemoryRegion *system_memory = get_system_memory(); in type_init() local
549 memory_region_add_subregion(system_memory, in type_init()
552 memory_region_add_subregion(system_memory, in type_init()
560 memory_region_add_subregion(system_memory, in type_init()
[all …]
H A Dshakti_c.c47 MemoryRegion *system_memory = get_system_memory(); in shakti_c_machine_state_init() local
55 memory_region_add_subregion(system_memory, in shakti_c_machine_state_init()
108 MemoryRegion *system_memory = get_system_memory(); in type_init() local
142 memory_region_add_subregion(system_memory, in type_init()
H A Dspike.c198 MemoryRegion *system_memory = get_system_memory(); in spike_board_init() local
260 memory_region_add_subregion(system_memory, memmap[SPIKE_DRAM].base, in spike_board_init()
266 memory_region_add_subregion(system_memory, memmap[SPIKE_MROM].base, in spike_board_init()
329 htif_mm_init(system_memory, serial_hd(0), memmap[SPIKE_HTIF].base, in spike_board_init()
H A Dsifive_u.c516 MemoryRegion *system_memory = get_system_memory(); in sifive_u_machine_init() local
539 memory_region_add_subregion(system_memory, memmap[SIFIVE_U_DEV_DRAM].base, in sifive_u_machine_init()
545 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()
/qemu/hw/arm/
H A Domap1.c3949 omap_ulpd_pm_init(system_memory, 0xfffe0800, s); in omap310_mpu_init()
3950 omap_pin_cfg_init(system_memory, 0xfffe1000, s); in omap310_mpu_init()
3951 omap_id_init(system_memory, s); in omap310_mpu_init()
3953 omap_mpui_init(system_memory, 0xfffec900, s); in omap310_mpu_init()
3962 omap_tcmi_init(system_memory, 0xfffecc00, s); in omap310_mpu_init()
3997 s->mmc = omap_mmc_init(0xfffb7800, system_memory, in omap310_mpu_init()
4021 s->pwl = omap_pwl_init(system_memory, 0xfffb5800, in omap310_mpu_init()
4023 s->pwt = omap_pwt_init(system_memory, 0xfffb6000, in omap310_mpu_init()
4056 s->led[0] = omap_lpg_init(system_memory, in omap310_mpu_init()
4058 s->led[1] = omap_lpg_init(system_memory, in omap310_mpu_init()
[all …]
H A Dstm32f405_soc.c91 MemoryRegion *system_memory = get_system_memory(); in stm32f405_soc_realize() local
131 memory_region_add_subregion(system_memory, FLASH_BASE_ADDRESS, &s->flash); in stm32f405_soc_realize()
132 memory_region_add_subregion(system_memory, 0, &s->flash_alias); in stm32f405_soc_realize()
140 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in stm32f405_soc_realize()
148 memory_region_add_subregion(system_memory, CCM_BASE_ADDRESS, &s->ccm); in stm32f405_soc_realize()
158 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 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 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 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.c451 MemoryRegion *system_memory = get_system_memory(); in xlnx_zynqmp_realize() local
564 memory_region_add_subregion(system_memory, addr, alias); in xlnx_zynqmp_realize()
762 OBJECT(system_memory), errp)) { in xlnx_zynqmp_realize()
776 OBJECT(system_memory), errp)) { in xlnx_zynqmp_realize()
794 OBJECT(system_memory), errp)) { in xlnx_zynqmp_realize()
828 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()
/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()
/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()
458 memory_region_add_subregion(system_memory, in xtfpga_init()
[all …]
/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()
/qemu/include/hw/i386/
H A Dpc.h168 void pc_pci_as_mapping_init(MemoryRegion *system_memory,
173 MemoryRegion *system_memory,
/qemu/hw/mips/
H A Dmalta.c1087 MemoryRegion *system_memory = get_system_memory(); in mips_malta_init() local
1118 memory_region_add_subregion(system_memory, 0x80000000, machine->ram); in mips_malta_init()
1123 memory_region_add_subregion(system_memory, 0, ram_low_preio); in mips_malta_init()
1132 memory_region_add_subregion(system_memory, 512 * MiB, in mips_malta_init()
1139 malta_fpga_init(system_memory, FPGA_ADDRESS, cbus_irq, serial_hd(2)); in mips_malta_init()
1225 memory_region_add_subregion(system_memory, RESET_ADDRESS, bios_copy); in mips_malta_init()
/qemu/hw/i386/
H A Dpc_piix.c109 MemoryRegion *system_memory = get_system_memory(); in pc_init1() local
118 MemoryRegion *rom_memory = system_memory; in pc_init1()
203 OBJECT(system_memory), &error_fatal); in pc_init1()
226 pc_memory_init(pcms, system_memory, rom_memory, hole64_size); in pc_init1()
288 isa_bus = isa_bus_new(NULL, system_memory, system_io, in pc_init1()
H A Dpc.c696 void pc_pci_as_mapping_init(MemoryRegion *system_memory, in pc_pci_as_mapping_init() argument
700 memory_region_add_subregion_overlap(system_memory, 0x0, in pc_pci_as_mapping_init()
877 MemoryRegion *system_memory, in pc_memory_init() argument
939 memory_region_add_subregion(system_memory, 0, ram_below_4g); in pc_memory_init()
947 memory_region_add_subregion(system_memory, x86ms->above_4g_mem_start, in pc_memory_init()
1001 memory_region_add_subregion(system_memory, cxl_base, mr); in pc_memory_init()
1014 memory_region_add_subregion(system_memory, fw->base, &fw->mr); in pc_memory_init()
H A Dmicrovm.c289 MemoryRegion *system_memory = get_system_memory(); in microvm_memory_init() local
305 memory_region_add_subregion(system_memory, 0, ram_below_4g); in microvm_memory_init()
315 memory_region_add_subregion(system_memory, 0x100000000ULL, in microvm_memory_init()
/qemu/hw/display/
H A Dcirrus_vga_internal.h101 MemoryRegion *system_memory, MemoryRegion *system_io);
/qemu/include/hw/pci-host/
H A Dq35.h45 MemoryRegion *system_memory; member

12