Searched refs:alloc_bottom (Results 1 – 1 of 1) sorted by relevance
204 static unsigned long __prombss alloc_bottom; variable1436 unsigned long base = alloc_bottom; in alloc_up()1446 base = _ALIGN_UP(alloc_bottom, align); in alloc_up()1448 base = alloc_bottom; in alloc_up()1462 alloc_bottom = addr + size; in alloc_up()1465 prom_debug(" alloc_bottom : %lx\n", alloc_bottom); in alloc_up()1492 if (addr <= alloc_bottom) in alloc_down()1510 for (; base > alloc_bottom; in alloc_down()1524 prom_debug(" alloc_bottom : %lx\n", alloc_bottom); in alloc_down()1662 alloc_bottom = PAGE_ALIGN((unsigned long)&_end + 0x4000); in prom_init_mem()[all …]