Lines Matching defs:kimage
301 struct kimage { struct
302 kimage_entry_t head; argument
303 kimage_entry_t *entry; argument
304 kimage_entry_t *last_entry; argument
306 unsigned long start;
307 struct page *control_code_page;
308 struct page *swap_page;
309 void *vmcoreinfo_data_copy; /* locates in the crash memory */
311 unsigned long nr_segments;
312 struct kexec_segment segment[KEXEC_SEGMENT_MAX];
336 struct kimage_arch arch; argument
341 void *kernel_buf;
342 unsigned long kernel_buf_len;
344 void *initrd_buf;
345 unsigned long initrd_buf_len;
347 char *cmdline_buf;
348 unsigned long cmdline_buf_len;
351 const struct kexec_file_ops *fops;
354 void *image_loader_data;
357 struct purgatory_info purgatory_info;
381 extern void machine_kexec(struct kimage *image); argument