Searched refs:sysram (Results 1 – 7 of 7) sorted by relevance
| /openbmc/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 | 280 XtensaMemory sysram = env->config->sysram; in xtfpga_init() local 282 sysram.location[0].size = machine->ram_size; in xtfpga_init() 291 xtensa_create_memory_regions(&sysram, "xtensa.sysram", in xtfpga_init() 326 .start = tswap32(env->config->sysram.location[0].addr), in xtfpga_init() 327 .end = tswap32(env->config->sysram.location[0].addr + in xtfpga_init() 334 lowmem_end += env->config->sysram.location[0].addr; in xtfpga_init() 335 cur_lowmem += env->config->sysram.location[0].addr; in xtfpga_init()
|
| /openbmc/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()
|
| /openbmc/u-boot/doc/device-tree-bindings/firmware/ |
| H A D | nvidia,tegra186-bpmp.txt | 63 predefined and work on top of sysram, which is an SRAM inside the chip. 74 sysram@30000000 { 75 compatible = "nvidia,tegra186-sysram", "mmio-sram";
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | tegra186.dtsi | 297 sysram@30000000 { 298 compatible = "nvidia,tegra186-sysram", "mmio-sram";
|
| /openbmc/qemu/target/xtensa/ |
| H A D | overlay_tool.h | 524 .sysram = { \
|
| H A D | cpu.h | 469 XtensaMemory sysram; member
|