Lines Matching refs:ep
41 ih = (struct Image_header *)map_sysmem(images->ep, 0); in booti_setup()
69 dst = images->ep - text_offset; in booti_setup()
77 if (images->ep != dst) { in booti_setup()
80 debug("Moving Image from 0x%lx to 0x%llx\n", images->ep, dst); in booti_setup()
82 src = (void *)images->ep; in booti_setup()
83 images->ep = dst; in booti_setup()
104 images->ep = load_addr; in booti_start()
108 images->ep = simple_strtoul(argv[0], NULL, 16); in booti_start()
110 images->ep); in booti_start()
117 ih = (struct Image_header *)map_sysmem(images->ep, 0); in booti_start()
119 lmb_reserve(&images->lmb, images->ep, le32_to_cpu(ih->image_size)); in booti_start()