Lines Matching refs:initrd
16 #include <linux/initrd.h>
57 phys_initrd_start = __virt_to_phys(tag->u.initrd.start);
58 phys_initrd_size = tag->u.initrd.size;
66 phys_initrd_start = tag->u.initrd.start;
67 phys_initrd_size = tag->u.initrd.size;
180 * This allows us to detect whether the pages overlapping the initrd
189 pr_err("INITRD: 0x%08llx+0x%08lx is not a memory region - disabling initrd\n",
195 pr_err("INITRD: 0x%08llx+0x%08lx overlaps in-use memory region - disabling initrd\n",
202 /* Now convert initrd to virtual addresses */
226 /* Register the kernel text, kernel data and initrd with memblock. */
634 free_reserved_area((void *)start, (void *)end, -1, "initrd");