Lines Matching full:ram
31 * _RAM_ADDR Beginning of RAM
32 * _RAM_SIZE Size of RAM in bytes
36 * 1. Non-XIP systems where the reset vector is at the beginning of RAM
39 * the exception vector is in RAM
51 #define ROMABLE_REGION RAM
53 #define RAMABLE_REGION RAM
63 RAM (wx) : ORIGIN = _EXC_VECTOR, LENGTH = _RAM_SIZE - (_EXC_VECTOR - _RAM_ADDR)
74 RAM (wx) : ORIGIN = _EXC_VECTOR, LENGTH = _RAM_SIZE - (_EXC_VECTOR - _RAM_ADDR)
180 /* Altera strongly recommends keeping exception entry code in RAM
201 #include <zephyr/linker/common-ram.ld>
237 #include <snippets-ram-sections.ld>
244 #include <zephyr/linker/cplusplus-ram.ld>
280 #include <zephyr/linker/ram-end.ld>