Searched refs:alloc_top (Results 1 – 1 of 1) sorted by relevance
187 static unsigned long __initdata alloc_top; variable993 for(; (base + size) <= alloc_top; in alloc_up()1009 prom_debug(" alloc_top : %x\n", alloc_top); in alloc_up()1043 if (alloc_top == rmo_top) in alloc_down()1044 alloc_top = rmo_top = addr; in alloc_down()1052 base = _ALIGN_DOWN(alloc_top - size, align); in alloc_down()1063 alloc_top = addr; in alloc_down()1068 prom_debug(" alloc_top : %x\n", alloc_top); in alloc_down()1241 alloc_top = rmo_top; in prom_init_mem()1256 prom_printf(" alloc_top : %x\n", alloc_top); in prom_init_mem()[all …]