Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dkexec.c118 static int do_kimage_alloc(struct kimage **rimage, unsigned long entry, in do_kimage_alloc() function
236 result = do_kimage_alloc(&image, entry, nr_segments, segments); in kimage_normal_alloc()
287 result = do_kimage_alloc(&image, entry, nr_segments, segments); in kimage_crash_alloc()