Lines Matching refs:cur_start
181 unsigned long size, cur_start, cur_size; in sram_reserve_regions() local
279 cur_start = 0; in sram_reserve_regions()
282 if (block->start < cur_start) { in sram_reserve_regions()
285 block->start, cur_start); in sram_reserve_regions()
301 if (block->start == cur_start) { in sram_reserve_regions()
302 cur_start = block->start + block->size; in sram_reserve_regions()
311 cur_size = block->start - cur_start; in sram_reserve_regions()
314 cur_start, cur_start + cur_size); in sram_reserve_regions()
317 (unsigned long)sram->virt_base + cur_start, in sram_reserve_regions()
318 res->start + cur_start, cur_size, -1); in sram_reserve_regions()
325 cur_start = block->start + block->size; in sram_reserve_regions()