Home
last modified time | relevance | path

Searched refs:image_buf (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
471 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in image_decomp()
477 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in image_decomp()
489 image_buf, image_len, CONSERVE_MEMORY, 0); in image_decomp()
498 image_buf, image_len); in image_decomp()
506 ret = lzop_decompress(image_buf, image_len, load_buf, &size); in image_decomp()
514 ret = ulz4fn(image_buf, image_len, load_buf, &size); in image_decomp()
522 abuf_init_set(&in, image_buf, image_len); in image_decomp()
A Dbootm.c614 void *load_buf, *image_buf; in bootm_load_os() local
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()
926 void *image_buf; in bootm_measure() local
937 image_buf = map_sysmem(images->os.image_start, in bootm_measure()
940 image_buf, EV_COMPACT_HASH, in bootm_measure()
974 unmap_sysmem(image_buf); in bootm_measure()
A Dbootm_os.c504 void *image_buf; in do_bootm_efi() local
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 18 milliseconds