Lines Matching refs:cur_start
172 unsigned long size, cur_start, cur_size; in sram_reserve_regions() local
276 cur_start = 0; in sram_reserve_regions()
279 if (block->start < cur_start) { in sram_reserve_regions()
282 block->start, cur_start); in sram_reserve_regions()
299 if (block->start == cur_start) { in sram_reserve_regions()
300 cur_start = block->start + block->size; in sram_reserve_regions()
309 cur_size = block->start - cur_start; in sram_reserve_regions()
312 cur_start, cur_start + cur_size); in sram_reserve_regions()
315 (unsigned long)sram->virt_base + cur_start, in sram_reserve_regions()
316 res->start + cur_start, cur_size, -1); in sram_reserve_regions()
323 cur_start = block->start + block->size; in sram_reserve_regions()