Searched refs:alloc_top (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom_init.c195 static unsigned long __initdata alloc_top; variable
945 * alloc_top is set to the top of RMO, eventually shrink down if the
985 for(; (base + size) <= RELOC(alloc_top);
1001 prom_debug(" alloc_top : %x\n", RELOC(alloc_top));
1035 if (RELOC(alloc_top) == RELOC(rmo_top))
1036 RELOC(alloc_top) = RELOC(rmo_top) = addr;
1044 base = _ALIGN_DOWN(RELOC(alloc_top) - size, align);
1055 RELOC(alloc_top) = addr;
1060 prom_debug(" alloc_top
[all...]

Completed in 223 milliseconds