Home
last modified time | relevance | path

Searched refs:rimage (Results 1 – 2 of 2) sorted by relevance

/xen/xen/common/
A Dkimage.c84 static int do_kimage_alloc(struct kexec_image **rimage, paddr_t entry, in do_kimage_alloc() argument
198 *rimage = image; in do_kimage_alloc()
209 static int kimage_normal_alloc(struct kexec_image **rimage, paddr_t entry, in kimage_normal_alloc() argument
213 return do_kimage_alloc(rimage, entry, nr_segments, segments, in kimage_normal_alloc()
217 static int kimage_crash_alloc(struct kexec_image **rimage, paddr_t entry, in kimage_crash_alloc() argument
253 return do_kimage_alloc(rimage, entry, nr_segments, segments, in kimage_crash_alloc()
796 int kimage_alloc(struct kexec_image **rimage, uint8_t type, uint16_t arch, in kimage_alloc() argument
805 result = kimage_normal_alloc(rimage, entry_maddr, nr_segments, segment); in kimage_alloc()
808 result = kimage_crash_alloc(rimage, entry_maddr, nr_segments, segment); in kimage_alloc()
817 (*rimage)->arch = arch; in kimage_alloc()
/xen/xen/include/xen/
A Dkimage.h42 int kimage_alloc(struct kexec_image **rimage, uint8_t type, uint16_t arch,

Completed in 4 milliseconds