Home
last modified time | relevance | path

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

/kernel/
Dkexec.c109 struct kimage **dest_image, *image; in do_kexec_load() local
114 dest_image = &kexec_crash_image; in do_kexec_load()
118 dest_image = &kexec_image; in do_kexec_load()
123 kimage_free(xchg(dest_image, NULL)); in do_kexec_load()
163 image = xchg(dest_image, image); in do_kexec_load()
Dkexec_file.c375 struct kimage **dest_image, *image; in SYSCALL_DEFINE5() local
390 dest_image = &kexec_image; in SYSCALL_DEFINE5()
392 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()
450 image = xchg(dest_image, image); in SYSCALL_DEFINE5()