Home
last modified time | relevance | path

Searched refs:rd_end (Results 1 – 8 of 8) sorted by relevance

/u-boot/arch/xtensa/lib/
A Dbootm.c82 unsigned long rd_end) in setup_ramdisk_tag() argument
86 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()
/u-boot/arch/sh/lib/
A Dbootm.c72 if (images->rd_start || images->rd_end) { in do_bootm_linux()
93 images->rd_end - images->rd_start); in do_bootm_linux()
/u-boot/arch/nios2/lib/
A Dbootm.c25 ulong initrd_end = images->rd_end; in do_bootm_linux()
/u-boot/boot/
A Dbootm.c292 &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()
A Dimage-board.c497 u8 arch, ulong *rd_start, ulong *rd_end) in boot_get_ramdisk() argument
503 *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()
/u-boot/arch/arm/lib/
A Dbootm.c229 } else if (images->rd_start && images->rd_end) { in boot_prep_linux()
231 images->rd_end); in boot_prep_linux()
/u-boot/arch/x86/lib/
A Dbootm.c140 images->rd_end - images->rd_start, 0); in boot_prep_linux()
/u-boot/include/
A Dimage.h385 ulong rd_start, rd_end;/* ramdisk start/end */ member
623 uint8_t arch, ulong *rd_start, ulong *rd_end);

Completed in 19 milliseconds