Searched refs:rd_end (Results 1 – 9 of 9) sorted by relevance
/u-boot/arch/xtensa/lib/ |
A D | bootm.c | 82 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 D | bootm.c | 84 if (images->rd_start || images->rd_end) { in do_bootm_linux() 105 images->rd_end - images->rd_start); in do_bootm_linux()
|
/u-boot/arch/nios2/lib/ |
A D | bootm.c | 22 ulong initrd_end = images->rd_end; in do_bootm_linux()
|
/u-boot/arch/nds32/lib/ |
A D | bootm.c | 104 if (images->rd_start && images->rd_end) in do_bootm_linux() 105 setup_initrd_tag(bd, images->rd_start, images->rd_end); in do_bootm_linux()
|
/u-boot/common/ |
A D | bootm.c | 256 &images.rd_start, &images.rd_end); in bootm_find_images() 265 ((ulong)images.rd_end > start && in bootm_find_images() 266 (ulong)images.rd_end <= start + size) || in bootm_find_images() 268 (ulong)images.rd_end >= start + size))) { in bootm_find_images() 698 ulong rd_len = images->rd_end - images->rd_start; in do_bootm_states()
|
A D | image.c | 1162 uint8_t arch, ulong *rd_start, ulong *rd_end) in boot_get_ramdisk() argument 1182 *rd_end = 0; in boot_get_ramdisk() 1340 *rd_end = rd_data + rd_len; in boot_get_ramdisk() 1343 *rd_start, *rd_end); in boot_get_ramdisk()
|
/u-boot/arch/x86/lib/ |
A D | bootm.c | 140 images->rd_end - images->rd_start, 0); in boot_prep_linux()
|
/u-boot/arch/arm/lib/ |
A D | bootm.c | 278 } else if (images->rd_start && images->rd_end) { in boot_prep_linux() 280 images->rd_end); in boot_prep_linux()
|
/u-boot/include/ |
A D | image.h | 410 ulong rd_start, rd_end;/* ramdisk start/end */ member 629 uint8_t arch, ulong *rd_start, ulong *rd_end);
|
Completed in 14 milliseconds