Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dkexec.c94 struct kimage **dest_image, *image; in do_kexec_load() local
108 dest_image = &kexec_crash_image; in do_kexec_load()
113 dest_image = &kexec_image; in do_kexec_load()
117 kimage_free(xchg(dest_image, NULL)); in do_kexec_load()
167 image = xchg(dest_image, image); in do_kexec_load()
Dkexec_file.c338 struct kimage **dest_image, *image; in SYSCALL_DEFINE5() local
356 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()
361 dest_image = &kexec_image; in SYSCALL_DEFINE5()
428 image = xchg(dest_image, image); in SYSCALL_DEFINE5()