Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Dprom_init.c203 static unsigned long __prombss alloc_bottom; variable
1497 unsigned long base = alloc_bottom; in alloc_up()
1507 base = ALIGN(alloc_bottom, align); in alloc_up()
1509 base = alloc_bottom; in alloc_up()
1523 alloc_bottom = addr + size; in alloc_up()
1553 if (addr <= alloc_bottom) in alloc_down()
1571 for (; base > alloc_bottom; in alloc_down()
1734 if (prom_memory_limit <= alloc_bottom) { in prom_init_mem()
1768 prom_initrd_end > alloc_bottom) in prom_init_mem()
2494 alloc_bottom); in make_room()
[all …]