Searched refs:ICACHE_SET_MASK (Results 1 – 3 of 3) sorted by relevance
80 start = address & ICACHE_SET_MASK; in flush_icache_range()81 end = endaddr & ICACHE_SET_MASK; in flush_icache_range()114 start = addr & ICACHE_SET_MASK; in flush_icache_user_range()115 end = (addr + len) & ICACHE_SET_MASK; in flush_icache_user_range()
16 #define ICACHE_SET_MASK 0 macro228 start = addr & ICACHE_SET_MASK; in __flush_page_to_ram()229 end = (addr + PAGE_SIZE - 1) & ICACHE_SET_MASK; in __flush_page_to_ram()
68 #define ICACHE_SET_MASK ((ICACHE_SIZE / 64 - 1) << CACHE_WAYS) macro70 #define ICACHE_MAX_ADDR ICACHE_SET_MASK