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()
937 struct kimage *kexec_crash_image; variable
956 if (kexec_crash_image) { in __crash_kexec()
962 machine_kexec(kexec_crash_image); in __crash_kexec()
1025 if (kexec_crash_image) { in crash_shrink_memory()
Dkexec_file.c351 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()
352 if (kexec_crash_image) in SYSCALL_DEFINE5()
365 kimage_free(xchg(&kexec_crash_image, NULL)); in SYSCALL_DEFINE5()
415 if ((flags & KEXEC_FILE_ON_CRASH) && kexec_crash_image) in SYSCALL_DEFINE5()