Lines Matching refs:cur_start
176 unsigned long size, cur_start, cur_size; in sram_reserve_regions() local
281 cur_start = 0; in sram_reserve_regions()
284 if (block->start < cur_start) { in sram_reserve_regions()
287 block->start, cur_start); in sram_reserve_regions()
304 if (block->start == cur_start) { in sram_reserve_regions()
305 cur_start = block->start + block->size; in sram_reserve_regions()
314 cur_size = block->start - cur_start; in sram_reserve_regions()
318 cur_start, cur_start + cur_size); in sram_reserve_regions()
321 (unsigned long)sram->virt_base + cur_start, in sram_reserve_regions()
322 res->start + cur_start, cur_size, -1); in sram_reserve_regions()
330 cur_start = block->start + block->size; in sram_reserve_regions()