Home
last modified time | relevance | path

Searched refs:VECTOR_TBL_SIZE (Results 1 – 4 of 4) sorted by relevance

/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)
22 #define RAM_SIZE (L2_SRAM_SIZE - CONFIG_HP_SRAM_RESERVE - VECTOR_TBL_SIZE)
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dadsp-vectors.h48 #define VECTOR_TBL_SIZE 0x1000 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)
28 #define RAM_SIZE (L2_SRAM_SIZE - CONFIG_HP_SRAM_RESERVE - VECTOR_TBL_SIZE)
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dmmu_ace30.c39 .end = (uint32_t)VECBASE_RESET_PADDR_SRAM + VECTOR_TBL_SIZE,