Searched refs:alloc_top (Results 1 – 1 of 1) sorted by relevance
199 static unsigned long __initdata alloc_top; variable1279 for(; (base + size) <= alloc_top; in alloc_up()1295 prom_debug(" alloc_top : %lx\n", alloc_top); in alloc_up()1329 if (alloc_top == rmo_top) in alloc_down()1330 alloc_top = rmo_top = addr; in alloc_down()1338 base = _ALIGN_DOWN(alloc_top - size, align); in alloc_down()1349 alloc_top = addr; in alloc_down()1354 prom_debug(" alloc_top : %lx\n", alloc_top); in alloc_down()1532 alloc_top = rmo_top; in prom_init_mem()1548 prom_printf(" alloc_top : %lx\n", alloc_top); in prom_init_mem()[all …]