Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/xtensa/lib/
H A Dbootm.c80 unsigned long rd_end) in setup_ramdisk_tag() argument
84 if (rd_start == rd_end) in setup_ramdisk_tag()
95 mem->end = PHYSADDR(rd_end); in setup_ramdisk_tag()
148 initrd_end = images->rd_end; in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/microblaze/lib/
H A Dbootm.c60 if (images->rd_start && images->rd_end && of_flat_tree) in do_bootm_linux()
62 images->rd_end); in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/sh/lib/
H A Dbootm.c82 if (images->rd_start || images->rd_end) { in do_bootm_linux()
103 images->rd_end - images->rd_start); in do_bootm_linux()
/OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/
H A Dmisc.c34 unsigned long rd_start, unsigned long rd_end) __noreturn;
284 const unsigned int rd_end) in decompress_kernel() argument
347 printf("rd_end = %x\n", rd_end); in decompress_kernel()
/OK3568_Linux_fs/u-boot/arch/nds32/lib/
H A Dbootm.c100 if (images->rd_start && images->rd_end) in do_bootm_linux()
101 setup_initrd_tag(bd, images->rd_start, images->rd_end); in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dbootm.c17 ulong initrd_end = images->rd_end; in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dbootm.c267 } else if (images->rd_start && images->rd_end) { in boot_prep_linux()
269 images->rd_end); in boot_prep_linux()
/OK3568_Linux_fs/u-boot/common/
H A Dimage.c948 uint8_t arch, ulong *rd_start, ulong *rd_end) in boot_get_ramdisk() argument
968 *rd_end = 0; in boot_get_ramdisk()
1126 *rd_end = rd_data + rd_len; in boot_get_ramdisk()
1129 *rd_start, *rd_end); in boot_get_ramdisk()
H A Dbootm.c254 &images.rd_start, &images.rd_end); in bootm_find_images()
737 ulong rd_len = images->rd_end - images->rd_start; in do_bootm_states()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbootm.c137 images->rd_end - images->rd_start); in boot_prep_linux()
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dbootm.c221 ulong rd_len = images->rd_end - images->rd_start; in boot_reloc_ramdisk()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h372 ulong rd_start, rd_end;/* ramdisk start/end */ member
576 uint8_t arch, ulong *rd_start, ulong *rd_end);