Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcrash_core.h83 int kexec_crash_loaded(void);
94 static inline int kexec_crash_loaded(void) { return 0; } in kexec_crash_loaded() function
H A Dkexec.h539 static inline int kexec_crash_loaded(void) { return 0; } in kexec_crash_loaded() function
/linux/kernel/
H A Dcrash_core.c100 int kexec_crash_loaded(void) in kexec_crash_loaded() function
104 EXPORT_SYMBOL_GPL(kexec_crash_loaded);
/linux/arch/x86/xen/
H A Denlighten.c322 if (!kexec_crash_loaded()) { in xen_panic_event()
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c336 if (kexec_crash_loaded()) { in mce_panic()