Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dkexec.c1234 struct kimage *kexec_crash_image; variable
1283 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()
Dksysfs.c104 return sprintf(buf, "%d\n", !!kexec_crash_image); in kexec_crash_loaded_show()
/linux-4.1.27/include/linux/
Dkexec.h274 extern struct kimage *kexec_crash_image;
/linux-4.1.27/arch/x86/platform/uv/
Duv_nmi.c505 if (!kexec_crash_image) { in uv_nmi_kdump()
/linux-4.1.27/arch/mips/cavium-octeon/
Dsetup.c195 if (kimage_ptr != kexec_crash_image) { in octeon_generic_shutdown()