Lines Matching refs:image
159 static void mpc85xx_smp_flush_dcache_kexec(struct kimage *image) in mpc85xx_smp_flush_dcache_kexec() argument
165 if (image->type == KEXEC_TYPE_DEFAULT) { in mpc85xx_smp_flush_dcache_kexec()
167 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE); in mpc85xx_smp_flush_dcache_kexec()
178 for (i = 0; i < image->nr_segments; i++) { in mpc85xx_smp_flush_dcache_kexec()
179 struct kexec_segment *seg = &image->segment[i]; in mpc85xx_smp_flush_dcache_kexec()
188 flush_dcache_range((unsigned long)image, in mpc85xx_smp_flush_dcache_kexec()
189 (unsigned long)image + sizeof(*image)); in mpc85xx_smp_flush_dcache_kexec()
192 static void mpc85xx_smp_machine_kexec(struct kimage *image) in mpc85xx_smp_machine_kexec() argument
197 mpc85xx_smp_flush_dcache_kexec(image); in mpc85xx_smp_machine_kexec()
199 if (image->type == KEXEC_TYPE_DEFAULT) in mpc85xx_smp_machine_kexec()
217 default_machine_kexec(image); in mpc85xx_smp_machine_kexec()