Lines Matching refs:RAM
12 RAM (rwx) : ORIGIN = BL2_DATA_START, LENGTH = BL2_DATA_SIZE
103 stored in boot RAM.
146 } > RAM AT > FLASH
152 } > RAM
158 } > RAM
164 /* remaining .text and .rodata; i.e. stuff we exclude above because we want it in RAM */
183 } > RAM AT > FLASH
189 } > RAM
200 } > RAM
205 } > RAM
211 } > RAM
217 } > RAM
248 } > RAM
274 __StackLimit = ORIGIN(RAM) + LENGTH(RAM);
279 /* Check if data + heap + stack exceeds RAM limit */
280 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed")