Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbootm.c358 uint unc_len, ulong *load_end) in bootm_decomp_image() argument
362 *load_end = load; in bootm_decomp_image()
436 *load_end = load + image_len; in bootm_decomp_image()
448 ulong load_end; in bootm_load_os() local
463 CONFIG_SYS_BOOTM_LEN, &load_end); in bootm_load_os()
469 flush_len = load_end - load; in bootm_load_os()
480 if (!no_overlap && load < blob_end && load_end > blob_start) { in bootm_load_os()
484 load_end); in bootm_load_os()
499 lmb_reserve(&images->lmb, images->os.load, (load_end - in bootm_load_os()
1006 ulong load_end; in bootm_host_load_image() local
[all …]
H A Dimage-fdt.c268 ulong load, load_end; in boot_get_fdt() local
366 load_end = load + image_get_data_size(fdt_hdr); in boot_get_fdt()
374 if ((load < image_end) && (load_end > image_start)) { in boot_get_fdt()
H A Dimage-fit.c1976 ulong load_end; in fit_image_load() local
1986 load_end = load + len; in fit_image_load()
1988 load < image_end && load_end > image_start) { in fit_image_load()
/openbmc/u-boot/test/
H A Dcompression.c467 ulong load_end; in run_bootm_test() local
477 &load_end); in run_bootm_test()
482 &load_end); in run_bootm_test()
493 &load_end); in run_bootm_test()
/openbmc/u-boot/include/
H A Dbootm.h86 uint unc_len, ulong *load_end);