Home
last modified time | relevance | path

Searched refs:sysram (Results 1 – 5 of 5) 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()
/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