Home
last modified time | relevance | path

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

/external/u-boot/arch/xtensa/lib/
Dbootm.c79 unsigned long rd_end) in setup_ramdisk_tag() argument
83 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()
/external/u-boot/arch/microblaze/lib/
Dbootm.c57 if (images->rd_start && images->rd_end && of_flat_tree) { in do_bootm_linux()
59 images->rd_end); in do_bootm_linux()
/external/u-boot/arch/sh/lib/
Dbootm.c81 if (images->rd_start || images->rd_end) { in do_bootm_linux()
102 images->rd_end - images->rd_start); in do_bootm_linux()
/external/u-boot/arch/nds32/lib/
Dbootm.c98 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()
/external/u-boot/arch/nios2/lib/
Dbootm.c16 ulong initrd_end = images->rd_end; in do_bootm_linux()
/external/u-boot/arch/arm/lib/
Dbootm.c259 } else if (images->rd_start && images->rd_end) { in boot_prep_linux()
261 images->rd_end); in boot_prep_linux()
/external/u-boot/common/
Dimage.c929 uint8_t arch, ulong *rd_start, ulong *rd_end) in boot_get_ramdisk() argument
949 *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()
Dbootm.c251 &images.rd_start, &images.rd_end); in bootm_find_images()
665 ulong rd_len = images->rd_end - images->rd_start; in do_bootm_states()
/external/u-boot/arch/x86/lib/
Dbootm.c132 images->rd_end - images->rd_start); in boot_prep_linux()
/external/u-boot/arch/mips/lib/
Dbootm.c220 ulong rd_len = images->rd_end - images->rd_start; in boot_reloc_ramdisk()
/external/u-boot/include/
Dimage.h372 ulong rd_start, rd_end;/* ramdisk start/end */ member
572 uint8_t arch, ulong *rd_start, ulong *rd_end);