Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dkexec.c171 dest_image = &kexec_crash_image; in SYSCALL_DEFINE4()
182 kimage_free(xchg(&kexec_crash_image, NULL)); in SYSCALL_DEFINE4()
Dkexec_core.c853 struct kimage *kexec_crash_image; variable
867 if (kexec_crash_image) { in crash_kexec()
873 machine_kexec(kexec_crash_image); in crash_kexec()
908 if (kexec_crash_image) { in crash_shrink_memory()
Dksysfs.c104 return sprintf(buf, "%d\n", !!kexec_crash_image); in kexec_crash_loaded_show()
Dkexec_file.c331 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()
342 kimage_free(xchg(&kexec_crash_image, NULL)); in SYSCALL_DEFINE5()
/linux-4.4.14/include/linux/
Dkexec.h274 extern struct kimage *kexec_crash_image;
/linux-4.4.14/arch/x86/platform/uv/
Duv_nmi.c510 if (!kexec_crash_image) { in uv_nmi_kdump()
/linux-4.4.14/arch/mips/cavium-octeon/
Dsetup.c195 if (kimage_ptr != kexec_crash_image) { in octeon_generic_shutdown()