Home
last modified time | relevance | path

Searched refs:sysram (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/xtensa/
H A Dsim.c74 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 Dxtfpga.c280 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 Dhighbank.c190 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 Dnvidia,tegra186-bpmp.txt63 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 Dtegra186.dtsi297 sysram@30000000 {
298 compatible = "nvidia,tegra186-sysram", "mmio-sram";
/openbmc/qemu/target/xtensa/
H A Doverlay_tool.h524 .sysram = { \
H A Dcpu.h469 XtensaMemory sysram; member