Lines Matching refs:load_end
380 ulong load_end; in bootm_load_os() local
394 CONFIG_SYS_BOOTM_LEN, &load_end); in bootm_load_os()
396 err = handle_decomp_error(os.comp, load_end - load, err); in bootm_load_os()
401 images->os.image_len = load_end - load; in bootm_load_os()
403 flush_cache(flush_start, ALIGN(load_end, ARCH_DMA_MINALIGN) - flush_start); in bootm_load_os()
405 debug(" kernel loaded at 0x%08lx, end = 0x%08lx\n", load, load_end); in bootm_load_os()
410 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os()
414 load_end); in bootm_load_os()
429 lmb_reserve(&images->lmb, images->os.load, (load_end - in bootm_load_os()
973 ulong load_end; in bootm_host_load_image() local
1002 &load_end); in bootm_host_load_image()
1006 ret = handle_decomp_error(imape_comp, load_end - 0, ret); in bootm_host_load_image()