Lines Matching refs:initramfs
883 * ramdisk image. Having no initramfs is not an error.
886 struct initramfs *initramfs)
889 struct initramfs *ip;
898 * Figure out the size of the initramfs, and where to put it.
900 * <= hdr->initrd_addr_max, which fits the entire initramfs.
902 irf_size = initramfs_size(initramfs); /* Handles initramfs == NULL */
913 printf("Failed to allocate initramfs memory, bailing out\n");
920 /* Copy initramfs into allocated memory */
921 for (ip = initramfs->next; ip->len; ip = ip->next) {
1059 struct initramfs *initramfs,
1138 dprintf("efi_boot_linux: kernel_start 0x%x kernel_size 0x%x initramfs 0x%x setup_data 0x%x cmdline 0x%x\n",
1139 kernel_start, kernel_size, initramfs, setup_data, _cmdline);
1141 if (handle_ramdisks(hdr, initramfs))