Searched refs:kexec_crash_loaded (Results 1 – 6 of 6) sorted by relevance
78 int kexec_crash_loaded(void);89 static inline int kexec_crash_loaded(void) { return 0; } in kexec_crash_loaded() function
134 return sysfs_emit(buf, "%d\n", kexec_crash_loaded()); in kexec_crash_loaded_show()136 KERNEL_ATTR_RO(kexec_crash_loaded);
94 int kexec_crash_loaded(void) in kexec_crash_loaded() function98 EXPORT_SYMBOL_GPL(kexec_crash_loaded);
61 kexec_crash_loaded() ? "Kdump: loaded " : "", in dump_stack_print_info()
261 if (!kexec_crash_loaded()) { in xen_panic_event()
325 if (kexec_crash_loaded()) { in mce_panic()