Searched refs:alloc_bottom (Results 1 – 2 of 2) sorted by relevance
205 static unsigned long __prombss alloc_bottom; variable1460 unsigned long base = alloc_bottom; in alloc_up()1470 base = ALIGN(alloc_bottom, align); in alloc_up()1472 base = alloc_bottom; in alloc_up()1486 alloc_bottom = addr + size; in alloc_up()1489 prom_debug(" alloc_bottom : %lx\n", alloc_bottom); in alloc_up()1516 if (addr <= alloc_bottom) in alloc_down()1534 for (; base > alloc_bottom; in alloc_down()1548 prom_debug(" alloc_bottom : %lx\n", alloc_bottom); in alloc_down()1686 alloc_bottom = PAGE_ALIGN((unsigned long)&_end + 0x4000); in prom_init_mem()[all …]
43 void * alloc_bottom(size_t size) {50 // This alloc_bottom will insure that the object is aligned based on the