Searched refs:dest_image (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/ |
H A D | kexec.c | 109 struct kimage **dest_image, *image; in do_kexec_load() local 122 dest_image = &kexec_crash_image; in do_kexec_load() 126 dest_image = &kexec_image; in do_kexec_load() 131 kimage_free(xchg(dest_image, NULL)); in do_kexec_load() 176 image = xchg(dest_image, image); in do_kexec_load()
|
H A D | kexec_file.c | 334 struct kimage **dest_image, *image; in SYSCALL_DEFINE5() local 349 dest_image = &kexec_image; in SYSCALL_DEFINE5() 351 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5() 413 image = xchg(dest_image, image); in SYSCALL_DEFINE5()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kexec.c | 90 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() 162 image = xchg(dest_image, image); in do_kexec_load()
|
H A D | kexec_file.c | 331 struct kimage **dest_image, *image; in SYSCALL_DEFINE5() local 348 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5() 352 dest_image = &kexec_image; in SYSCALL_DEFINE5() 412 image = xchg(dest_image, image); in SYSCALL_DEFINE5()
|
Completed in 6 milliseconds