Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcrash_core.h78 int kexec_crash_loaded(void);
89 static inline int kexec_crash_loaded(void) { return 0; } in kexec_crash_loaded() function
/linux/kernel/
H A Dksysfs.c134 return sysfs_emit(buf, "%d\n", kexec_crash_loaded()); in kexec_crash_loaded_show()
136 KERNEL_ATTR_RO(kexec_crash_loaded);
H A Dcrash_core.c94 int kexec_crash_loaded(void) in kexec_crash_loaded() function
98 EXPORT_SYMBOL_GPL(kexec_crash_loaded);
/linux/lib/
H A Ddump_stack.c61 kexec_crash_loaded() ? "Kdump: loaded " : "", in dump_stack_print_info()
/linux/arch/x86/xen/
H A Denlighten.c261 if (!kexec_crash_loaded()) { in xen_panic_event()
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c325 if (kexec_crash_loaded()) { in mce_panic()