Lines Matching refs:end_addr
164 unsigned long end_addr, hole_start, hole_end; in alloc_tag_store() local
170 end_addr = addr + PAGE_SIZE - 1; in alloc_tag_store()
195 if ((tag_desc->start > end_addr) && in alloc_tag_store()
240 end_addr = addr + (size*2*adi_blksize()) - 1; in alloc_tag_store()
242 if (end_addr < addr) { in alloc_tag_store()
244 end_addr = addr + (size*2*adi_blksize()) - 1; in alloc_tag_store()
249 if (end_addr < addr) in alloc_tag_store()
250 end_addr = ULONG_MAX; in alloc_tag_store()
252 if (hole_end < end_addr) { in alloc_tag_store()
259 end_addr = hole_end - 1; in alloc_tag_store()
260 tmp_addr = end_addr - (size*2*adi_blksize()) + 1; in alloc_tag_store()
266 tmp_addr = end_addr - (size*2*adi_blksize()) - 1; in alloc_tag_store()
281 size = (end_addr + 1 - addr)/(2*adi_blksize()); in alloc_tag_store()
293 tag_desc->end = end_addr; in alloc_tag_store()