Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dkexec.c111 struct kimage **dest_image, *image; in do_kexec_load() local
116 dest_image = &kexec_crash_image; in do_kexec_load()
120 dest_image = &kexec_image; in do_kexec_load()
125 kimage_free(xchg(dest_image, NULL)); in do_kexec_load()
165 image = xchg(dest_image, image); in do_kexec_load()
Dkexec_file.c325 struct kimage **dest_image, *image; in SYSCALL_DEFINE5() local
340 dest_image = &kexec_image; in SYSCALL_DEFINE5()
342 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()
400 image = xchg(dest_image, image); in SYSCALL_DEFINE5()