Home
last modified time | relevance | path

Searched refs:SRAM_START (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/soc/mediatek/mt8xxx/
Dsoc.c12 #define SRAM_START DT_REG_ADDR(DT_NODELABEL(sram0)) macro
14 #define SRAM_END (SRAM_START + SRAM_SIZE)
199 { SRAM_START, 0xf7f00 }, /* cached SRAM */ in enable_mpu()
Dlinker.ld8 #define SRAM_START DT_REG_ADDR(DT_NODELABEL(sram0)) macro
14 sram (rwx) : ORIGIN = SRAM_START, LENGTH = SRAM_SIZE
/Zephyr-latest/soc/snps/hsdk/
Dlinker.ld18 #define SRAM_START DT_REG_ADDR(DT_CHOSEN(zephyr_sram)) macro
/Zephyr-latest/soc/snps/hsdk4xd/
Dlinker.ld17 #define SRAM_START DT_REG_ADDR(DT_CHOSEN(zephyr_sram)) macro
/Zephyr-latest/soc/snps/qemu_arc/
Dlinker.ld14 #define SRAM_START DT_REG_ADDR(DT_CHOSEN(zephyr_sram)) macro
/Zephyr-latest/soc/snps/emsdp/
Dlinker.ld19 #define SRAM_START DT_REG_ADDR(DT_CHOSEN(zephyr_sram)) macro
/Zephyr-latest/soc/snps/arc_iot/
Dlinker.ld19 #define SRAM_START DT_REG_ADDR(DT_CHOSEN(zephyr_sram)) macro
/Zephyr-latest/soc/snps/emsk/
Dlinker.ld21 #define SRAM_START DT_REG_ADDR(DT_NODELABEL(ddr0)) macro
/Zephyr-latest/soc/snps/nsim/arc_classic/
Dlinker.ld32 #define SRAM_START DT_REG_ADDR(DT_CHOSEN(zephyr_sram)) macro
/Zephyr-latest/include/zephyr/arch/arc/v2/
Dlinker.ld64 #ifdef SRAM_START
65 SRAM (rwx) : ORIGIN = SRAM_START, LENGTH = SRAM_SIZE
316 __arc_rw_sram_size = SRAM_START + SRAM_SIZE - _image_ram_start;