Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dkexec.c90 struct kimage **dest_image, *image; in do_kexec_load() local
103 dest_image = &kexec_crash_image; in do_kexec_load()
107 dest_image = &kexec_image; in do_kexec_load()
112 kimage_free(xchg(dest_image, NULL)); in do_kexec_load()
157 image = xchg(dest_image, image); in do_kexec_load()
Dkexec_file.c330 struct kimage **dest_image, *image; in SYSCALL_DEFINE5() local
345 dest_image = &kexec_image; in SYSCALL_DEFINE5()
347 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()
409 image = xchg(dest_image, image); in SYSCALL_DEFINE5()