Searched refs:alloc_bottom (Results 1 – 1 of 1) sorted by relevance
189 static unsigned long __initdata alloc_bottom; variable979 unsigned long base = alloc_bottom; in alloc_up()989 base = _ALIGN_UP(alloc_bottom, align); in alloc_up()991 base = alloc_bottom; in alloc_up()1005 alloc_bottom = addr + size; in alloc_up()1008 prom_debug(" alloc_bottom : %x\n", alloc_bottom); in alloc_up()1035 if (addr <= alloc_bottom) in alloc_down()1053 for (; base > alloc_bottom; in alloc_down()1067 prom_debug(" alloc_bottom : %x\n", alloc_bottom); in alloc_down()1205 alloc_bottom = PAGE_ALIGN((unsigned long)&_end + 0x4000); in prom_init_mem()[all …]