Lines Matching +full:pm +full:- +full:alive
1 // SPDX-License-Identifier: GPL-2.0-or-later
11 #include <linux/pm.h>
18 #include <asm/smp-ops.h>
23 /* Max ram addressable in 32-bit segments */
112 initrd_pstart - addr); in prom_meminit()
118 (addr + size) - initrd_pend); in prom_meminit()
127 size = MAX_RAM_SIZE - (addr+size) + 1; in prom_meminit()
136 size -= 512; in prom_meminit()
143 memblock_add(initrd_pstart, initrd_pend - initrd_pstart); in prom_meminit()
144 memblock_reserve(initrd_pstart, initrd_pend - initrd_pstart); in prom_meminit()
158 for (idx = 0; idx < sizeof(rdarg)-1; idx++) { in initrd_setup()
182 *(tmp-1) = '@'; in initrd_setup()
185 *(tmp-1) = '@'; in initrd_setup()
242 * which is still alive in the TLB. in prom_init()
291 arcs_cmdline[COMMAND_LINE_SIZE-1] = 0; in prom_init()