Lines Matching refs:cur_start
176 unsigned long size, cur_start, cur_size; in sram_reserve_regions() local
277 cur_start = 0; in sram_reserve_regions()
280 if (block->start < cur_start) { in sram_reserve_regions()
283 block->start, cur_start); in sram_reserve_regions()
300 if (block->start == cur_start) { in sram_reserve_regions()
301 cur_start = block->start + block->size; in sram_reserve_regions()
310 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()
326 cur_start = block->start + block->size; in sram_reserve_regions()