Searched refs:rd_end (Results 1 – 11 of 11) sorted by relevance
79 unsigned long rd_end) in setup_ramdisk_tag() argument83 if (rd_start == rd_end) in setup_ramdisk_tag()94 mem->end = PHYSADDR(rd_end); in setup_ramdisk_tag()147 initrd_end = images->rd_end; in do_bootm_linux()
57 if (images->rd_start && images->rd_end && of_flat_tree) { in do_bootm_linux()59 images->rd_end); in do_bootm_linux()
81 if (images->rd_start || images->rd_end) { in do_bootm_linux()102 images->rd_end - images->rd_start); in do_bootm_linux()
98 if (images->rd_start && images->rd_end) in do_bootm_linux()99 setup_initrd_tag(bd, images->rd_start, images->rd_end); in do_bootm_linux()
16 ulong initrd_end = images->rd_end; in do_bootm_linux()
259 } else if (images->rd_start && images->rd_end) { in boot_prep_linux()261 images->rd_end); in boot_prep_linux()
929 uint8_t arch, ulong *rd_start, ulong *rd_end) in boot_get_ramdisk() argument949 *rd_end = 0; in boot_get_ramdisk()1107 *rd_end = rd_data + rd_len; in boot_get_ramdisk()1110 *rd_start, *rd_end); in boot_get_ramdisk()
251 &images.rd_start, &images.rd_end); in bootm_find_images()665 ulong rd_len = images->rd_end - images->rd_start; in do_bootm_states()
132 images->rd_end - images->rd_start); in boot_prep_linux()
220 ulong rd_len = images->rd_end - images->rd_start; in boot_reloc_ramdisk()
372 ulong rd_start, rd_end;/* ramdisk start/end */ member572 uint8_t arch, ulong *rd_start, ulong *rd_end);