Lines Matching refs:alloc_bottom
201 static unsigned long __initdata alloc_bottom; variable
1265 unsigned long base = alloc_bottom; in alloc_up()
1275 base = _ALIGN_UP(alloc_bottom, align); in alloc_up()
1277 base = alloc_bottom; in alloc_up()
1291 alloc_bottom = addr + size; in alloc_up()
1294 prom_debug(" alloc_bottom : %lx\n", alloc_bottom); in alloc_up()
1321 if (addr <= alloc_bottom) in alloc_down()
1339 for (; base > alloc_bottom; in alloc_down()
1353 prom_debug(" alloc_bottom : %lx\n", alloc_bottom); in alloc_down()
1496 alloc_bottom = PAGE_ALIGN((unsigned long)&_end + 0x4000); in prom_init_mem()
1507 if (prom_memory_limit <= alloc_bottom) { in prom_init_mem()
1541 prom_initrd_end > alloc_bottom) in prom_init_mem()
1542 alloc_bottom = PAGE_ALIGN(prom_initrd_end); in prom_init_mem()
1547 prom_printf(" alloc_bottom : %lx\n", alloc_bottom); in prom_init_mem()
2301 alloc_bottom); in make_room()
2302 room = alloc_top - alloc_bottom; in make_room()
2523 room = alloc_top - alloc_bottom - 0x4000; in flatten_device_tree()
2526 prom_debug("starting device tree allocs at %lx\n", alloc_bottom); in flatten_device_tree()