Searched refs:rimage (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | kimage.c | 90 static int do_kimage_alloc(struct kexec_image **rimage, paddr_t entry, in do_kimage_alloc() argument 204 *rimage = image; in do_kimage_alloc() 215 static int kimage_normal_alloc(struct kexec_image **rimage, paddr_t entry, in kimage_normal_alloc() argument 219 return do_kimage_alloc(rimage, entry, nr_segments, segments, in kimage_normal_alloc() 223 static int kimage_crash_alloc(struct kexec_image **rimage, paddr_t entry, in kimage_crash_alloc() argument 259 return do_kimage_alloc(rimage, entry, nr_segments, segments, in kimage_crash_alloc() 802 int kimage_alloc(struct kexec_image **rimage, uint8_t type, uint16_t arch, in kimage_alloc() argument 811 result = kimage_normal_alloc(rimage, entry_maddr, nr_segments, segment); in kimage_alloc() 814 result = kimage_crash_alloc(rimage, entry_maddr, nr_segments, segment); in kimage_alloc() 823 (*rimage)->arch = arch; in kimage_alloc()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | kimage.h | 42 int kimage_alloc(struct kexec_image **rimage, uint8_t type, uint16_t arch,
|
Completed in 5 milliseconds