Lines Matching refs:Base
265 extern uint32_t Image$$RW_m_ncache$$Base[]; in BOARD_ConfigMPU()
267 extern uint32_t Image$$RW_m_ncache_unused$$Base[]; in BOARD_ConfigMPU()
269 uint32_t nonCacheStart = (uint32_t)Image$$RW_m_ncache$$Base; in BOARD_ConfigMPU()
270 uint32_t size = ((uint32_t)Image$$RW_m_ncache_unused$$Base == nonCacheStart) ? in BOARD_ConfigMPU()
466 extern uint32_t Image$$RW_m_ncache$$Base[]; in BOARD_ConfigMPU()
468 extern uint32_t Image$$RW_m_ncache_unused$$Base[]; in BOARD_ConfigMPU()
470 uint32_t nonCacheStart = (uint32_t)Image$$RW_m_ncache$$Base; in BOARD_ConfigMPU()
471 uint32_t nonCacheSize = ((uint32_t)Image$$RW_m_ncache_unused$$Base == nonCacheStart) ? in BOARD_ConfigMPU()
487 extern uint32_t Image$$RPMSG_SH_MEM$$Base[]; in BOARD_ConfigMPU()
489 extern uint32_t Image$$RPMSG_SH_MEM_unused$$Base[]; in BOARD_ConfigMPU()
491 uint32_t rpmsgShmemStart = (uint32_t)Image$$RPMSG_SH_MEM$$Base; in BOARD_ConfigMPU()