Home
last modified time | relevance | path

Searched refs:image_len (Results 1 – 3 of 3) sorted by relevance

/boot/
A Dimage.c452 void *load_buf, void *image_buf, ulong image_len, in image_decomp() argument
470 if (image_len <= unc_len) in image_decomp()
489 image_buf, image_len, CONSERVE_MEMORY, 0); in image_decomp()
490 image_len = size; in image_decomp()
498 image_buf, image_len); in image_decomp()
499 image_len = lzma_len; in image_decomp()
507 image_len = size; in image_decomp()
515 image_len = size; in image_decomp()
522 abuf_init_set(&in, image_buf, image_len); in image_decomp()
526 image_len = ret; in image_decomp()
[all …]
A Dbootm.c309 &images.os.image_len, &os_hdr); in bootm_find_os()
611 ulong image_len = os.image_len; in bootm_load_os() local
625 ulong req_size = ALIGN(image_len * 4, SZ_1M); in bootm_load_os()
637 req_size, load, image_len); in bootm_load_os()
641 image_buf = map_sysmem(os.image_start, image_len); in bootm_load_os()
643 load_buf, image_buf, image_len, in bootm_load_os()
652 images->os.image_len = load_end - load; in bootm_load_os()
938 images->os.image_len); in bootm_measure()
939 ret = tcg2_measure_data(dev, &elog, 8, images->os.image_len, in bootm_measure()
A Dbootm_os.c32 env_set_hex("filesize", images->os.image_len); in do_bootm_standalone()
490 images->os.image_len); in do_bootm_tee()
512 image_buf = map_sysmem(images->os.image_start, images->os.image_len); in do_bootm_efi()
519 ret = efi_binary_run(image_buf, images->os.image_len, in do_bootm_efi()

Completed in 22 milliseconds