Searched refs:ICACHE_SET_MASK (Results 1 – 3 of 3) sorted by relevance
79 start = address & ICACHE_SET_MASK; in flush_icache_range()80 end = endaddr & ICACHE_SET_MASK; in flush_icache_range()113 start = addr & ICACHE_SET_MASK; in flush_icache_user_range()114 end = (addr + len) & ICACHE_SET_MASK; in flush_icache_user_range()
15 #define ICACHE_SET_MASK 0 macro227 start = addr & ICACHE_SET_MASK; in __flush_page_to_ram()228 end = (addr + PAGE_SIZE - 1) & ICACHE_SET_MASK; in __flush_page_to_ram()
67 #define ICACHE_SET_MASK ((ICACHE_SIZE / 64 - 1) << CACHE_WAYS) macro69 #define ICACHE_MAX_ADDR ICACHE_SET_MASK