Searched refs:kexec_crash_loaded (Results 1 – 5 of 5) sorted by relevance
275 int kexec_crash_loaded(void);366 static inline int kexec_crash_loaded(void) { return 0; } in kexec_crash_loaded() function
104 return sprintf(buf, "%d\n", kexec_crash_loaded()); in kexec_crash_loaded_show()106 KERNEL_ATTR_RO(kexec_crash_loaded);
93 int kexec_crash_loaded(void) in kexec_crash_loaded() function97 EXPORT_SYMBOL_GPL(kexec_crash_loaded);
49 kexec_crash_loaded() ? "Kdump: loaded " : "", in dump_stack_print_info()
278 if (!kexec_crash_loaded()) in xen_panic_event()