Home
last modified time | relevance | path

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

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