Home
last modified time | relevance | path

Searched refs:RAM_BASE (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/include/zephyr/linker/
Dlinker-devnull.h24 #if (!defined(RAM_ADDR) && !defined(RAM_BASE)) || !defined(RAM_SIZE)
33 #define RAM_ADDR RAM_BASE
/Zephyr-latest/soc/ite/ec/it8xxx2/
Dilm.c45 #define RAM_BASE CONFIG_SRAM_BASE_ADDRESS macro
82 if ((uintptr_t)ram_addr < RAM_BASE) { in it8xxx2_configure_ilm_block()
85 const int dirmap_index = ((uintptr_t)ram_addr - RAM_BASE) / ILM_BLOCK_SIZE; in it8xxx2_configure_ilm_block()
Dlinker.ld49 #define RAM_BASE CONFIG_SRAM_BASE_ADDRESS macro
75 RAM (rwx) : ORIGIN = RAM_BASE, LENGTH = RAM_SIZE
312 . = RAM_BASE;
331 ASSERT((__sha256_ram_block_end < (RAM_BASE + 0x1000)), \
/Zephyr-latest/soc/intel/intel_adsp/common/
Drimage_modules.c39 .entry_point = RAM_BASE,
/Zephyr-latest/soc/andestech/ae350/common_linker/
Dram_start_nonzero.ld8 * Workaround for RAM_BASE is zero in XIP system, kernel object
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/
Dadsp_memory.h21 #define RAM_BASE (L2_SRAM_BASE + CONFIG_HP_SRAM_RESERVE + VECTOR_TBL_SIZE) macro
/Zephyr-latest/soc/intel/intel_adsp/ace/include/
Dadsp_memory.h27 #define RAM_BASE (L2_SRAM_BASE + CONFIG_HP_SRAM_RESERVE + VECTOR_TBL_SIZE) macro
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dlinker.ld36 #define RAM_BASE 0x1C070000 macro
45 RAM (rwx) : ORIGIN = RAM_BASE, LENGTH = RAM_SIZE /* 2097kb */
/Zephyr-latest/soc/openisa/rv32m1/
Dlinker.ld58 #define RAM_BASE CONFIG_SRAM_BASE_ADDRESS macro
75 RAM (rwx) : ORIGIN = RAM_BASE, LENGTH = RAM_SIZE
/Zephyr-latest/soc/andestech/ae350/
Dlinker.ld56 #define RAM_BASE CONFIG_SRAM_BASE_ADDRESS macro
80 RAM (rwx) : ORIGIN = RAM_BASE, LENGTH = RAM_SIZE
206 . = RAM_BASE;
/Zephyr-latest/include/zephyr/arch/riscv/common/
Dlinker.ld85 #define RAM_BASE CONFIG_SRAM_BASE_ADDRESS macro
111 RAM (rwx) : ORIGIN = RAM_BASE, LENGTH = RAM_SIZE
249 . = RAM_BASE;
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dace-link.ld130 len = RAM_BASE - (DOUBLEEXC_VECTOR_PADDR_SRAM + MEM_VECT_TEXT_SIZE)
136 org = RAM_BASE,
140 org = RPO_SET(RAM_BASE, CONFIG_XTENSA_UNCACHED_REGION),
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/
Dxtensa-cavs-linker.ld121 org = RAM_BASE,
125 org = RPO_SET(RAM_BASE, CONFIG_XTENSA_UNCACHED_REGION),