Searched refs:SRAM_START (Results 1 – 10 of 10) sorted by relevance
12 #define SRAM_START DT_REG_ADDR(DT_NODELABEL(sram0)) macro14 #define SRAM_END (SRAM_START + SRAM_SIZE)199 { SRAM_START, 0xf7f00 }, /* cached SRAM */ in enable_mpu()
8 #define SRAM_START DT_REG_ADDR(DT_NODELABEL(sram0)) macro14 sram (rwx) : ORIGIN = SRAM_START, LENGTH = SRAM_SIZE
18 #define SRAM_START DT_REG_ADDR(DT_CHOSEN(zephyr_sram)) macro
17 #define SRAM_START DT_REG_ADDR(DT_CHOSEN(zephyr_sram)) macro
14 #define SRAM_START DT_REG_ADDR(DT_CHOSEN(zephyr_sram)) macro
19 #define SRAM_START DT_REG_ADDR(DT_CHOSEN(zephyr_sram)) macro
21 #define SRAM_START DT_REG_ADDR(DT_NODELABEL(ddr0)) macro
32 #define SRAM_START DT_REG_ADDR(DT_CHOSEN(zephyr_sram)) macro
64 #ifdef SRAM_START65 SRAM (rwx) : ORIGIN = SRAM_START, LENGTH = SRAM_SIZE316 __arc_rw_sram_size = SRAM_START + SRAM_SIZE - _image_ram_start;