Searched refs:tot_sz (Results 1 – 1 of 1) sorted by relevance
542 unsigned int tot_sz; in flush_icache_range() local549 tot_sz = kend - kstart; in flush_icache_range()550 if (tot_sz > PAGE_SIZE) { in flush_icache_range()576 while (tot_sz > 0) { in flush_icache_range()583 sz = min_t(unsigned int, tot_sz, PAGE_SIZE - off); in flush_icache_range()586 tot_sz -= sz; in flush_icache_range()