Lines Matching refs:load_end
411 uint unc_len, ulong *load_end) in bootm_decomp_image() argument
415 *load_end = load; in bootm_decomp_image()
490 *load_end = load + image_len; in bootm_decomp_image()
501 static int bootm_load_os(bootm_headers_t *images, unsigned long *load_end, in bootm_load_os() argument
518 CONFIG_SYS_BOOTM_LEN, load_end); in bootm_load_os()
523 flush_cache(load, ALIGN(*load_end - load, ARCH_DMA_MINALIGN)); in bootm_load_os()
525 printf(" kernel loaded at 0x%08lx, end = 0x%08lx\n", load, *load_end); in bootm_load_os()
530 if (!no_overlap && (load < blob_end) && (*load_end > blob_start)) { in bootm_load_os()
534 *load_end); in bootm_load_os()
550 images->os.image_len = *load_end - load; in bootm_load_os()
715 ulong load_end; in do_bootm_states() local
718 ret = bootm_load_os(images, &load_end, 0); in do_bootm_states()
721 (load_end - images->os.load)); in do_bootm_states()
1007 ulong load_end; in bootm_host_load_image() local
1035 &load_end); in bootm_host_load_image()