Lines Matching refs:comp
126 images.os.comp = image_get_comp(os_hdr); in bootm_find_os()
146 &images.os.comp)) { in bootm_find_os()
179 images.os.comp = android_image_get_comp(os_hdr); in bootm_find_os()
409 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type, in bootm_decomp_image() argument
416 print_decomp_msg(comp, type, load == image_start, in bootm_decomp_image()
424 switch (comp) { in bootm_decomp_image()
484 printf("Unimplemented compression type %d\n", comp); in bootm_decomp_image()
489 return handle_decomp_error(comp, image_len, unc_len, ret); in bootm_decomp_image()
492 if (comp == IH_COMP_NONE || comp == IH_COMP_ZIMAGE) in bootm_decomp_image()
516 err = bootm_decomp_image(os.comp, load, os.image_start, os.type, in bootm_load_os()
528 no_overlap = (os.comp == IH_COMP_NONE && load == image_start); in bootm_load_os()