Searched refs:ITCM_OFFSET (Results 1 – 3 of 3) sorted by relevance
35 static u32 itcm_end = ITCM_OFFSET;49 .start = ITCM_OFFSET,50 .end = ITCM_OFFSET,65 .virtual = ITCM_OFFSET,66 .pfn = __phys_to_pfn(ITCM_OFFSET),346 if (itcm_code_sz > (itcm_end - ITCM_OFFSET)) { in tcm_init()349 itcm_code_sz, (itcm_end - ITCM_OFFSET)); in tcm_init()356 if (!(itcm_end - ITCM_OFFSET)) in tcm_init()360 itcm_iomap[0].length = itcm_end - ITCM_OFFSET; in tcm_init()
156 .text_itcm ITCM_OFFSET : AT(__itcm_start - LOAD_OFFSET) { \
141 #define ITCM_OFFSET UL(0xfffe0000) macro