Searched refs:load_buf (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | bootm.c | 410 void *load_buf, void *image_buf, ulong image_len, in bootm_decomp_image() argument 417 (ulong)image_buf, (ulong)load_buf); in bootm_decomp_image() 429 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in bootm_decomp_image() 435 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in bootm_decomp_image() 448 ret = BZ2_bzBuffToBuffDecompress(load_buf, &size, in bootm_decomp_image() 459 ret = lzmaBuffToBuffDecompress(load_buf, &lzma_len, in bootm_decomp_image() 469 ret = lzop_decompress(image_buf, image_len, load_buf, &size); in bootm_decomp_image() 478 ret = ulz4fn(image_buf, image_len, load_buf, &size); in bootm_decomp_image() 511 void *load_buf, *image_buf; in bootm_load_os() local 514 load_buf = map_sysmem(load, 0); in bootm_load_os() [all …]
|
| /rk3399_rockchip-uboot/include/ |
| H A D | bootm.h | 75 void *load_buf, void *image_buf, ulong image_len,
|