Searched refs:alloc_top (Results 1 – 1 of 1) sorted by relevance
188 static unsigned long __initdata alloc_top; variable985 for(; (base + size) <= alloc_top; in alloc_up()1001 prom_debug(" alloc_top : %x\n", alloc_top); in alloc_up()1035 if (alloc_top == rmo_top) in alloc_down()1036 alloc_top = rmo_top = addr; in alloc_down()1044 base = _ALIGN_DOWN(alloc_top - size, align); in alloc_down()1055 alloc_top = addr; in alloc_down()1060 prom_debug(" alloc_top : %x\n", alloc_top); in alloc_down()1233 alloc_top = rmo_top; in prom_init_mem()1248 prom_printf(" alloc_top : %x\n", alloc_top); in prom_init_mem()[all …]