Home
last modified time | relevance | path

Searched refs:alloc_bottom (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c203 static unsigned long __prombss alloc_bottom; variable
1489 unsigned long base = alloc_bottom; in alloc_up()
1499 base = ALIGN(alloc_bottom, align); in alloc_up()
1501 base = alloc_bottom; in alloc_up()
1515 alloc_bottom = addr + size; in alloc_up()
1545 if (addr <= alloc_bottom) in alloc_down()
1563 for (; base > alloc_bottom; in alloc_down()
1726 if (prom_memory_limit <= alloc_bottom) { in prom_init_mem()
1760 prom_initrd_end > alloc_bottom) in prom_init_mem()
2486 alloc_bottom); in make_room()
[all …]