Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkexec.h275 int kexec_crash_loaded(void);
366 static inline int kexec_crash_loaded(void) { return 0; } in kexec_crash_loaded() function
/Linux-v4.19/kernel/
Dksysfs.c104 return sprintf(buf, "%d\n", kexec_crash_loaded()); in kexec_crash_loaded_show()
106 KERNEL_ATTR_RO(kexec_crash_loaded);
Dkexec_core.c93 int kexec_crash_loaded(void) in kexec_crash_loaded() function
97 EXPORT_SYMBOL_GPL(kexec_crash_loaded);
/Linux-v4.19/lib/
Ddump_stack.c49 kexec_crash_loaded() ? "Kdump: loaded " : "", in dump_stack_print_info()
/Linux-v4.19/arch/x86/xen/
Denlighten.c278 if (!kexec_crash_loaded()) in xen_panic_event()