Lines Matching refs:end_addr
163 unsigned long end_addr, hole_start, hole_end; in alloc_tag_store() local
169 end_addr = addr + PAGE_SIZE - 1; in alloc_tag_store()
194 if ((tag_desc->start > end_addr) && in alloc_tag_store()
239 end_addr = addr + (size*2*adi_blksize()) - 1; in alloc_tag_store()
241 if (end_addr < addr) { in alloc_tag_store()
243 end_addr = addr + (size*2*adi_blksize()) - 1; in alloc_tag_store()
248 if (end_addr < addr) in alloc_tag_store()
249 end_addr = ULONG_MAX; in alloc_tag_store()
251 if (hole_end < end_addr) { in alloc_tag_store()
258 end_addr = hole_end - 1; in alloc_tag_store()
259 tmp_addr = end_addr - (size*2*adi_blksize()) + 1; in alloc_tag_store()
265 tmp_addr = end_addr - (size*2*adi_blksize()) - 1; in alloc_tag_store()
280 size = (end_addr + 1 - addr)/(2*adi_blksize()); in alloc_tag_store()
292 tag_desc->end = end_addr; in alloc_tag_store()