Lines Matching defs:kimage
294 struct kimage { struct
295 kimage_entry_t head; argument
296 kimage_entry_t *entry; argument
297 kimage_entry_t *last_entry; argument
299 unsigned long start;
300 struct page *control_code_page;
301 struct page *swap_page;
302 void *vmcoreinfo_data_copy; /* locates in the crash memory */
304 unsigned long nr_segments;
305 struct kexec_segment segment[KEXEC_SEGMENT_MAX];
329 struct kimage_arch arch; argument
334 void *kernel_buf;
335 unsigned long kernel_buf_len;
337 void *initrd_buf;
338 unsigned long initrd_buf_len;
340 char *cmdline_buf;
341 unsigned long cmdline_buf_len;
344 const struct kexec_file_ops *fops;
347 void *image_loader_data;
350 struct purgatory_info purgatory_info;
374 extern void machine_kexec(struct kimage *image); argument