Home
last modified time | relevance | path

Searched refs:load_end (Results 1 – 6 of 6) sorted by relevance

/u-boot/boot/
A Dbootm.c418 ulong load_end; in bootm_load_os() local
432 CONFIG_SYS_BOOTM_LEN, &load_end); in bootm_load_os()
434 err = handle_decomp_error(os.comp, load_end - load, in bootm_load_os()
440 images->os.image_len = load_end - load; in bootm_load_os()
444 debug(" kernel loaded at 0x%08lx, end = 0x%08lx\n", load, load_end); in bootm_load_os()
449 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os()
453 load_end); in bootm_load_os()
468 lmb_reserve(&images->lmb, images->os.load, (load_end - in bootm_load_os()
1032 ulong load_end, buf_size; in bootm_host_load_image() local
1059 (void *)data, len, buf_size, &load_end); in bootm_host_load_image()
[all …]
A Dimage.c445 uint unc_len, ulong *load_end) in image_decomp() argument
449 *load_end = load; in image_decomp()
531 *load_end = load + image_len; in image_decomp()
A Dimage-fdt.c362 ulong load, load_end; in select_fdt() local
381 load_end = load + image_get_data_size(fdt_hdr); in select_fdt()
389 if ((load < image_end) && (load_end > image_start)) { in select_fdt()
A Dimage-fit.c2069 ulong load, load_end, data, len; in fit_image_load() local
2249 load_end = load + len; in fit_image_load()
2251 load < image_end && load_end > image_start) { in fit_image_load()
2278 loadbuf, buf, len, max_decomp_len, &load_end)) { in fit_image_load()
2283 len = load_end - load; in fit_image_load()
/u-boot/test/
A Dcompression.c539 ulong load_end; in run_bootm_test() local
549 &load_end); in run_bootm_test()
554 &load_end); in run_bootm_test()
565 &load_end); in run_bootm_test()
/u-boot/include/
A Dimage.h945 uint unc_len, ulong *load_end);

Completed in 27 milliseconds