Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dkexec.c22 static int kimage_alloc_init(struct kimage **rimage, unsigned long entry, in kimage_alloc_init() function
125 ret = kimage_alloc_init(&image, entry, nr_segments, segments, flags); in do_kexec_load()