Lines Matching defs:initrd
29 #define FDT_PROP_INITRD_START "linux,initrd-start"
30 #define FDT_PROP_INITRD_END "linux,initrd-end"
101 /* add initrd-* */
160 * More space needed so that we can add initrd, bootargs, kaslr-seed,
246 * Tries to add the initrd and DTB to the image. If it is not possible to find
253 char *initrd, unsigned long initrd_len,
295 /* load initrd */
296 if (initrd) {
297 kbuf.buffer = initrd;
312 pr_debug("Loaded initrd at 0x%lx bufsz=0x%lx memsz=0x%lx\n",