Home
last modified time | relevance | path

Searched refs:kexec_crash_image (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dkexec.c103 dest_image = &kexec_crash_image; in do_kexec_load()
104 if (kexec_crash_image) in do_kexec_load()
122 kimage_free(xchg(&kexec_crash_image, NULL)); in do_kexec_load()
160 if ((flags & KEXEC_ON_CRASH) && kexec_crash_image) in do_kexec_load()
Dkexec_core.c94 return !!kexec_crash_image; in kexec_crash_loaded()
930 struct kimage *kexec_crash_image; variable
971 if (kexec_crash_image) { in __crash_kexec()
977 machine_kexec(kexec_crash_image); in __crash_kexec()
1031 if (kexec_crash_image) { in crash_shrink_memory()
Dkexec_file.c347 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()
348 if (kexec_crash_image) in SYSCALL_DEFINE5()
361 kimage_free(xchg(&kexec_crash_image, NULL)); in SYSCALL_DEFINE5()
411 if ((flags & KEXEC_FILE_ON_CRASH) && kexec_crash_image) in SYSCALL_DEFINE5()