Lines Matching defs:initrd
673 const struct linux_efi_initrd *initrd = NULL;
701 * which is a PE executable that contains the bzImage and an initrd as
702 * COFF sections. The initrd section is placed after the bzImage
705 * overwrite the initrd unless it is moved out of the way.
751 * At this point, an initrd may already have been loaded by the
752 * bootloader and passed via bootparams. We permit an initrd loaded
755 * If the device path is not present, any command-line initrd=
763 &initrd);
766 efi_err("Failed to load initrd!\n");
769 if (initrd && initrd->size > 0) {
770 efi_set_u64_split(initrd->base, &hdr->ramdisk_image,
772 efi_set_u64_split(initrd->size, &hdr->ramdisk_size,