Lines Matching full:ram
18 * ARMv8-M cores that have on-board memory-mapped RAM and FLASH. For more
43 RAM(rwx) : ORIGIN = 0x20000000, LENGTH = 16K
156 } >RAM AT> FLASH
184 } >RAM
192 } >RAM
205 HIDDEN(_stack_size = ORIGIN(RAM) + LENGTH(RAM) - .);
209 "Error: Not enough RAM for desired minimum stack size.");
212 } >RAM
214 /* Represents unused space in the RAM segment. This MUST be the last section
215 * assigned to the RAM region.
217 .RAM.unused_space (NOLOAD) : ALIGN(4)
219 . = ABSOLUTE(ORIGIN(RAM) + LENGTH(RAM));
220 } >RAM
233 /* Region of .static_init_ram in RAM. */
270 pw_bloat_config_memory_region_RAM_start = ORIGIN(RAM);
271 pw_bloat_config_memory_region_RAM_end = ORIGIN(RAM) + LENGTH(RAM);