Home
last modified time | relevance | path

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

/kernel/
Dkexec.c122 dest_image = &kexec_crash_image; in do_kexec_load()
123 if (kexec_crash_image) in do_kexec_load()
141 kimage_free(xchg(&kexec_crash_image, NULL)); in do_kexec_load()
179 if ((flags & KEXEC_ON_CRASH) && kexec_crash_image) in do_kexec_load()
Dkexec_core.c93 return !!kexec_crash_image; in kexec_crash_loaded()
936 struct kimage *kexec_crash_image; variable
955 if (kexec_crash_image) { in __crash_kexec()
961 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()