Searched refs:IH_MAGIC (Results 1 – 7 of 7) sorted by relevance
45 image_entry(IH_MAGIC, CONFIG_SPL_TEXT_BASE, 0, 0); in jump_to_image_no_args()
59 if (be32_to_cpu(hdr->ih_magic) != IH_MAGIC) { in image_verify_header()123 image_set_magic(hdr, IH_MAGIC); in image_set_header()
32 if (image_get_magic(header) != IH_MAGIC) { in do_mon_install()
109 if (image_get_magic(ihdr) == IH_MAGIC) { in android_image_get_kernel()117 if (image_get_magic(ihdr) == IH_MAGIC) in android_image_get_kernel()162 if (image_get_magic((image_header_t *)p) == IH_MAGIC) in android_image_get_kcomp()
37 if (image_get_magic(header) != IH_MAGIC) in spi_load_image_os()
284 if (image_get_magic(header) == IH_MAGIC) { in spl_parse_image_header()
339 #define IH_MAGIC 0x27051956 /* Image Magic Number */ macro881 return (image_get_magic(hdr) == IH_MAGIC); in image_check_magic()
Completed in 11 milliseconds