Searched defs:image (Results 1 – 20 of 20) sorted by relevance
/xen/xen/common/ |
A D | kimage.c | 88 struct kexec_image *image; in do_kimage_alloc() local 257 static int kimage_is_destination_range(struct kexec_image *image, in kimage_is_destination_range() 288 struct kexec_image *image, unsigned memflags) in kimage_alloc_normal_control_page() 460 static int kimage_set_destination(struct kexec_image *image, in kimage_set_destination() 473 static void kimage_free_extra_pages(struct kexec_image *image) in kimage_free_extra_pages() 479 static void kimage_terminate(struct kexec_image *image) in kimage_terminate() 508 static void kimage_free_all_entries(struct kexec_image *image) in kimage_free_all_entries() 536 void kimage_free(struct kexec_image *image) in kimage_free() 720 static int kimage_load_crash_segment(struct kexec_image *image, in kimage_load_crash_segment() 822 int kimage_load_segments(struct kexec_image *image) in kimage_load_segments() [all …]
|
A D | gunzip.c | 94 __init int gzip_check(char *image, unsigned long image_len) in gzip_check() 107 __init int perform_gunzip(char *output, char *image, unsigned long image_len) in perform_gunzip()
|
A D | kexec.c | 397 struct kexec_image *image = _image; in kexec_reboot() local 808 static void kexec_unload_image(struct kexec_image *image) in kexec_unload_image() 820 struct kexec_image *image; in kexec_exec() local
|
/xen/xen/arch/x86/ |
A D | machine_kexec.c | 29 int machine_kexec_add_page(struct kexec_image *image, unsigned long vaddr, in machine_kexec_add_page() 104 int machine_kexec_load(struct kexec_image *image) in machine_kexec_load() 135 void machine_kexec_unload(struct kexec_image *image) in machine_kexec_unload() 140 void machine_reboot_kexec(struct kexec_image *image) in machine_reboot_kexec() 148 void machine_kexec(struct kexec_image *image) in machine_kexec()
|
A D | bzimage.c | 12 static __init unsigned long output_length(void *image, unsigned long image_len) in output_length()
|
A D | dom0_build.c | 556 int __init construct_dom0(struct domain *d, const module_t *image, in construct_dom0()
|
A D | setup.c | 726 static struct domain *__init create_dom0(const module_t *image, in create_dom0()
|
/xen/tools/libxc/ |
A D | xc_dom_binloader.c | 154 char *image = dom->kernel_blob; in xc_dom_parse_bin_kernel() local 251 char *image = dom->kernel_blob; in xc_dom_load_bin_kernel() local
|
A D | xg_private.c | 31 char *image = NULL, *tmp; in xc_read_image() local
|
/xen/tools/firmware/hvmloader/ |
A D | config.h | 17 void *image; member
|
/xen/tools/pygrub/src/ |
A D | ExtLinuxConf.py | 190 def add_image(self, image): argument
|
A D | LiloConf.py | 150 def add_image(self, image): argument
|
A D | GrubConf.py | 227 def add_image(self, image): argument
|
/xen/xen/arch/x86/hvm/ |
A D | dom0_build.c | 533 static int __init pvh_load_kernel(struct domain *d, const module_t *image, in pvh_load_kernel() 1180 int __init dom0_construct_pvh(struct domain *d, const module_t *image, in dom0_construct_pvh()
|
/xen/xen/include/public/ |
A D | kexec.h | 137 xen_kexec_image_t image; member
|
/xen/tools/xenstat/libxenstat/src/ |
A D | xenstat_qmp.c | 144 char **dev_ids, *tmp, *ptr, *image, path[80]; in lookup_xenstore_devid() local
|
/xen/xen/arch/x86/pv/ |
A D | dom0_build.c | 286 const module_t *image, in dom0_construct_pv()
|
/xen/tools/xcutils/ |
A D | readnotes.c | 179 void *image,*tmp; in main() local
|
/xen/xen/arch/arm/ |
A D | kernel.c | 248 static __init uint32_t output_length(char *image, unsigned long image_len) in output_length()
|
/xen/xen/tools/kconfig/ |
A D | gconf.c | 116 GtkWidget *image; in replace_button_icon() local
|
Completed in 31 milliseconds