Home
last modified time | relevance | path

Searched refs:RAM_SIZE (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/include/zephyr/linker/
Dlinker-devnull.h24 #if (!defined(RAM_ADDR) && !defined(RAM_BASE)) || !defined(RAM_SIZE)
55 #define DEVNULL_ADDR (RAM_ADDR + RAM_SIZE)
/Zephyr-latest/tests/drivers/memc/ram/src/
Dmain.c52 #define RAM_SIZE DT_REG_SIZE(DT_NODELABEL(ram0)) macro
70 test_ram_rw(buf_ram0, RAM_SIZE); in ZTEST()
/Zephyr-latest/cmake/linker_script/arm/
Dlinker.cmake32 math(EXPR RAM_SIZE "(${CONFIG_SRAM_SIZE} + 0) * 1024" OUTPUT_FORMAT HEXADECIMAL)
33 math(EXPR IDT_ADDR "${RAM_ADDR} + ${RAM_SIZE}" OUTPUT_FORMAT HEXADECIMAL)
41 zephyr_linker_memory(NAME RAM FLAGS wx START ${RAM_ADDR} SIZE ${RAM_SIZE})
148 zephyr_linker_symbol(SYMBOL __kernel_ram_end EXPR "(${RAM_ADDR} + ${RAM_SIZE})")
151 zephyr_linker_symbol(SYMBOL ARM_LIB_STACKHEAP EXPR "(${RAM_ADDR} + ${RAM_SIZE})" SIZE -0x1000)
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/
Dadsp_memory.h22 #define RAM_SIZE (L2_SRAM_SIZE - CONFIG_HP_SRAM_RESERVE - VECTOR_TBL_SIZE) macro
/Zephyr-latest/include/zephyr/arch/arm64/scripts/
Dlinker.ld47 #define RAM_SIZE (CONFIG_SRAM_SIZE * 1K) macro
69 RAM (wx) : ORIGIN = RAM_ADDR, LENGTH = RAM_SIZE
289 __kernel_ram_end = RAM_ADDR + RAM_SIZE;
/Zephyr-latest/soc/intel/intel_adsp/ace/include/
Dadsp_memory.h28 #define RAM_SIZE (L2_SRAM_SIZE - CONFIG_HP_SRAM_RESERVE - VECTOR_TBL_SIZE) macro
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dlinker.ld37 #define RAM_SIZE 0x200000 macro
45 RAM (rwx) : ORIGIN = RAM_BASE, LENGTH = RAM_SIZE /* 2097kb */
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/
Dlinker.ld55 #define RAM_SIZE (CONFIG_SRAM_SIZE * 1K) macro
89 RAM (wx) : ORIGIN = RAM_ADDR, LENGTH = RAM_SIZE
351 __kernel_ram_end = RAM_ADDR + RAM_SIZE;
/Zephyr-latest/soc/openisa/rv32m1/
Dlinker.ld59 #define RAM_SIZE KB(CONFIG_SRAM_SIZE) macro
75 RAM (rwx) : ORIGIN = RAM_BASE, LENGTH = RAM_SIZE
/Zephyr-latest/soc/infineon/cat1b/cyw20829/
Dlinker.ld48 #define RAM_SIZE (CONFIG_SRAM_SIZE * 1K) macro
79 RAM (wx) : ORIGIN = RAM_ADDR, LENGTH = RAM_SIZE
379 __kernel_ram_end = RAM_ADDR + RAM_SIZE;
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/
Decst_args.py64 RAM_SIZE = 0x01 variable
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/scripts/
Dlinker.ld55 #define RAM_SIZE (CONFIG_SRAM_SIZE * 1K) macro
89 RAM (wx) : ORIGIN = RAM_ADDR, LENGTH = RAM_SIZE
499 __kernel_ram_end = RAM_ADDR + RAM_SIZE;
/Zephyr-latest/soc/andestech/ae350/
Dlinker.ld57 #define RAM_SIZE KB(CONFIG_SRAM_SIZE) macro
80 RAM (rwx) : ORIGIN = RAM_BASE, LENGTH = RAM_SIZE
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/
Dxtensa-cavs-linker.ld122 len = RAM_SIZE
126 len = RAM_SIZE
/Zephyr-latest/include/zephyr/arch/riscv/common/
Dlinker.ld86 #define RAM_SIZE KB(CONFIG_SRAM_SIZE) macro
111 RAM (rwx) : ORIGIN = RAM_BASE, LENGTH = RAM_SIZE
/Zephyr-latest/soc/ite/ec/it8xxx2/
Dlinker.ld50 #define RAM_SIZE KB(CONFIG_SRAM_SIZE) macro
75 RAM (rwx) : ORIGIN = RAM_BASE, LENGTH = RAM_SIZE
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dace-link.ld137 len = RAM_SIZE
141 len = RAM_SIZE