Home
last modified time | relevance | path

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

/kernel/
Dkexec.c933 struct kimage *kexec_crash_image; variable
981 dest_image = &kexec_crash_image; in SYSCALL_DEFINE4()
994 kimage_free(xchg(&kexec_crash_image, NULL)); in SYSCALL_DEFINE4()
1074 if (kexec_crash_image) { in crash_kexec()
1079 machine_kexec(kexec_crash_image); in crash_kexec()
Dksysfs.c99 return sprintf(buf, "%d\n", !!kexec_crash_image); in kexec_crash_loaded_show()