Searched refs:kexec_crash_loaded (Results 1 – 7 of 7) sorted by relevance
83 int kexec_crash_loaded(void);94 static inline int kexec_crash_loaded(void) { return 0; } in kexec_crash_loaded() function
538 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);
100 int kexec_crash_loaded(void) in kexec_crash_loaded() function 104 EXPORT_SYMBOL_GPL(kexec_crash_loaded);
61 kexec_crash_loaded() ? "Kdump: loaded " : "", in dump_stack_print_info()
66 if (kexec_crash_loaded()) in pvpanic_panic_notify()
336 if (kexec_crash_loaded()) { in mce_panic()