Searched refs:kexec_crash_loaded (Results 1 – 5 of 5) sorted by relevance
102 return sprintf(buf, "%d\n", kexec_crash_loaded()); in kexec_crash_loaded_show()104 KERNEL_ATTR_RO(kexec_crash_loaded);
91 int kexec_crash_loaded(void) in kexec_crash_loaded() function95 EXPORT_SYMBOL_GPL(kexec_crash_loaded);
308 int kexec_crash_loaded(void);399 static inline int kexec_crash_loaded(void) { return 0; } in kexec_crash_loaded() function
49 kexec_crash_loaded() ? "Kdump: loaded " : "", in dump_stack_print_info()
282 if (!kexec_crash_loaded()) { in xen_panic_event()