Lines Matching defs:image
52 * Do what every setup is needed on image and the
56 int machine_kexec_prepare(struct kimage *image)
63 control_code_buffer = page_address(image->control_code_page);
68 ia64_kimage = image;
73 void machine_kexec_cleanup(struct kimage *image)
83 struct kimage *image = arg;
91 BUG_ON(!image);
92 code_addr = (unsigned long)page_address(image->control_code_page);
93 if (image->type == KEXEC_TYPE_CRASH) {
131 (*rnk)(image->head, image->start, ia64_boot_param,
136 void machine_kexec(struct kimage *image)
138 BUG_ON(!image);
139 unw_init_running(ia64_machine_kexec, image);