Searched refs:alloc_bottom (Results 1 – 1 of 1) sorted by relevance
190 static unsigned long __initdata alloc_bottom; variable971 unsigned long base = alloc_bottom; in alloc_up()981 base = _ALIGN_UP(alloc_bottom, align); in alloc_up()983 base = alloc_bottom; in alloc_up()997 alloc_bottom = addr + size; in alloc_up()1000 prom_debug(" alloc_bottom : %x\n", alloc_bottom); in alloc_up()1027 if (addr <= alloc_bottom) in alloc_down()1045 for (; base > alloc_bottom; in alloc_down()1059 prom_debug(" alloc_bottom : %x\n", alloc_bottom); in alloc_down()1197 alloc_bottom = PAGE_ALIGN((unsigned long)&_end + 0x4000); in prom_init_mem()[all …]