Searched refs:sysram (Results 1 – 5 of 5) sorted by relevance
/qemu/hw/xtensa/ |
H A D | sim.c | 74 XtensaMemory sysram = env->config->sysram; in xtensa_sim_common_init() local 76 sysram.location[0].size = ram_size; in xtensa_sim_common_init() 87 xtensa_create_memory_regions(&sysram, "xtensa.sysram", in xtensa_sim_common_init()
|
H A D | xtfpga.c | 279 XtensaMemory sysram = env->config->sysram; in xtfpga_init() local 281 sysram.location[0].size = machine->ram_size; in xtfpga_init() 290 xtensa_create_memory_regions(&sysram, "xtensa.sysram", in xtfpga_init() 325 .start = tswap32(env->config->sysram.location[0].addr), in xtfpga_init() 326 .end = tswap32(env->config->sysram.location[0].addr + in xtfpga_init() 333 lowmem_end += env->config->sysram.location[0].addr; in xtfpga_init() 334 cur_lowmem += env->config->sysram.location[0].addr; in xtfpga_init()
|
/qemu/hw/arm/ |
H A D | highbank.c | 190 MemoryRegion *sysram; in calxeda_init() local 231 sysram = g_new(MemoryRegion, 1); in calxeda_init() 232 memory_region_init_ram(sysram, NULL, "highbank.sysram", 0x8000, in calxeda_init() 234 memory_region_add_subregion(sysmem, 0xfff88000, sysram); in calxeda_init()
|
/qemu/target/xtensa/ |
H A D | overlay_tool.h | 524 .sysram = { \
|
H A D | cpu.h | 467 XtensaMemory sysram; member
|