Lines Matching refs:end
79 unsigned long start, end;
81 end = endaddr & ICACHE_SET_MASK;
82 if (start > end) {
83 flush_cf_icache(0, end);
84 end = ICACHE_MAX_ADDR;
86 flush_cf_icache(start, end);
122 unsigned long start, end;
124 end = (addr + len) & ICACHE_SET_MASK;
125 if (start > end) {
126 flush_cf_icache(0, end);
127 end = ICACHE_MAX_ADDR;
129 flush_cf_icache(start, end);