Searched refs:rd_end (Results 1 – 8 of 8) sorted by relevance
82 unsigned long rd_end) in setup_ramdisk_tag() argument86 if (rd_start == rd_end) in setup_ramdisk_tag()97 mem->end = PHYSADDR(rd_end); in setup_ramdisk_tag()150 initrd_end = images->rd_end; in do_bootm_linux()
72 if (images->rd_start || images->rd_end) { in do_bootm_linux()93 images->rd_end - images->rd_start); in do_bootm_linux()
25 ulong initrd_end = images->rd_end; in do_bootm_linux()
292 &images.rd_start, &images.rd_end); in bootm_find_images()301 ((ulong)images.rd_end > start && in bootm_find_images()302 (ulong)images.rd_end <= start + size) || in bootm_find_images()304 (ulong)images.rd_end >= start + size))) { in bootm_find_images()740 ulong rd_len = images->rd_end - images->rd_start; in do_bootm_states()
497 u8 arch, ulong *rd_start, ulong *rd_end) in boot_get_ramdisk() argument503 *rd_end = 0; in boot_get_ramdisk()558 *rd_end = rd_data + rd_len; in boot_get_ramdisk()561 *rd_start, *rd_end); in boot_get_ramdisk()
229 } else if (images->rd_start && images->rd_end) { in boot_prep_linux()231 images->rd_end); in boot_prep_linux()
140 images->rd_end - images->rd_start, 0); in boot_prep_linux()
385 ulong rd_start, rd_end;/* ramdisk start/end */ member623 uint8_t arch, ulong *rd_start, ulong *rd_end);
Completed in 19 milliseconds