Lines Matching refs:images
28 char *const argv[], bootm_headers_t *images) in bootz_start() argument
34 images, 1); in bootz_start()
38 images->ep = image_load_addr; in bootz_start()
42 images->ep = simple_strtoul(argv[0], NULL, 16); in bootz_start()
44 images->ep); in bootz_start()
47 ret = bootz_setup(images->ep, &zi_start, &zi_end); in bootz_start()
51 lmb_reserve(&images->lmb, images->ep, zi_end - zi_start); in bootz_start()
57 if (bootm_find_images(flag, argc, argv, images->ep, zi_end - zi_start)) in bootz_start()
70 if (bootz_start(cmdtp, flag, argc, argv, &images)) in do_bootz()
79 images.os.os = IH_OS_LINUX; in do_bootz()
86 &images, 1); in do_bootz()