Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dkexec.c120 static int do_kimage_alloc(struct kimage **rimage, unsigned long entry, in do_kimage_alloc() function
238 result = do_kimage_alloc(&image, entry, nr_segments, segments); in kimage_normal_alloc()
289 result = do_kimage_alloc(&image, entry, nr_segments, segments); in kimage_crash_alloc()