Searched refs:rd_end (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/arch/xtensa/lib/ |
H A D | bootm.c | 79 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()
|
/openbmc/u-boot/arch/microblaze/lib/ |
H A D | bootm.c | 57 if (images->rd_start && images->rd_end && of_flat_tree) { in do_bootm_linux() 59 images->rd_end); in do_bootm_linux()
|
/openbmc/u-boot/arch/sh/lib/ |
H A D | bootm.c | 81 if (images->rd_start || images->rd_end) { in do_bootm_linux() 102 images->rd_end - images->rd_start); in do_bootm_linux()
|
/openbmc/linux/arch/parisc/boot/compressed/ |
H A D | misc.c | 34 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()
|
/openbmc/u-boot/arch/nds32/lib/ |
H A D | bootm.c | 98 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()
|
/openbmc/u-boot/arch/nios2/lib/ |
H A D | bootm.c | 16 ulong initrd_end = images->rd_end; in do_bootm_linux()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | bootm.c | 261 } else if (images->rd_start && images->rd_end) { in boot_prep_linux() 263 images->rd_end); in boot_prep_linux()
|
/openbmc/u-boot/common/ |
H A D | image.c | 932 uint8_t arch, ulong *rd_start, ulong *rd_end) in boot_get_ramdisk() argument 952 *rd_end = 0; in boot_get_ramdisk() 1110 *rd_end = rd_data + rd_len; in boot_get_ramdisk() 1113 *rd_start, *rd_end); in boot_get_ramdisk()
|
H A D | bootm.c | 248 &images.rd_start, &images.rd_end); in bootm_find_images() 630 rd_len = images->rd_end - images->rd_start; in bootm_measure() 730 ulong rd_len = images->rd_end - images->rd_start; in do_bootm_states()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bootm.c | 136 images->rd_end - images->rd_start); in boot_prep_linux()
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | bootm.c | 220 ulong rd_len = images->rd_end - images->rd_start; in boot_reloc_ramdisk()
|
/openbmc/u-boot/include/ |
H A D | image.h | 398 ulong rd_start, rd_end;/* ramdisk start/end */ member 599 uint8_t arch, ulong *rd_start, ulong *rd_end);
|