Searched refs:kexec_crash_image (Results 1 – 5 of 5) sorted by relevance
1234 struct kimage *kexec_crash_image; variable1283 dest_image = &kexec_crash_image; in SYSCALL_DEFINE4()1294 kimage_free(xchg(&kexec_crash_image, NULL)); in SYSCALL_DEFINE4()1406 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()1417 kimage_free(xchg(&kexec_crash_image, NULL)); in SYSCALL_DEFINE5()1473 if (kexec_crash_image) { in crash_kexec()1479 machine_kexec(kexec_crash_image); in crash_kexec()1513 if (kexec_crash_image) { in crash_shrink_memory()
104 return sprintf(buf, "%d\n", !!kexec_crash_image); in kexec_crash_loaded_show()
274 extern struct kimage *kexec_crash_image;
505 if (!kexec_crash_image) { in uv_nmi_kdump()
195 if (kimage_ptr != kexec_crash_image) { in octeon_generic_shutdown()