Lines Matching refs:cur_start
159 unsigned long size, cur_start, cur_size; in sram_reserve_regions() local
263 cur_start = 0; in sram_reserve_regions()
266 if (block->start < cur_start) { in sram_reserve_regions()
269 block->start, cur_start); in sram_reserve_regions()
286 if (block->start == cur_start) { in sram_reserve_regions()
287 cur_start = block->start + block->size; in sram_reserve_regions()
296 cur_size = block->start - cur_start; in sram_reserve_regions()
299 cur_start, cur_start + cur_size); in sram_reserve_regions()
302 (unsigned long)sram->virt_base + cur_start, in sram_reserve_regions()
303 res->start + cur_start, cur_size, -1); in sram_reserve_regions()
310 cur_start = block->start + block->size; in sram_reserve_regions()