Searched refs:endaddr (Results 1 – 4 of 4) sorted by relevance
75 void flush_icache_range(unsigned long address, unsigned long endaddr) in flush_icache_range() argument80 end = endaddr & ICACHE_SET_MASK; in flush_icache_range()96 } while (address < endaddr); in flush_icache_range()
92 unsigned int sum, tmp, endaddr; in ip_fast_csum() local118 "=&r" (endaddr) in ip_fast_csum()
119 unsigned long endaddr) in flush_icache_range() argument124 metag_code_cache_flush((void *) address, endaddr - address); in flush_icache_range()
258 extern void flush_icache_range(unsigned long address, unsigned long endaddr);