Searched refs:crash_kexec_post_notifiers (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dpanic_notifier.h10 extern bool crash_kexec_post_notifiers;
H A Dpanic.h33 extern bool crash_kexec_post_notifiers;
/linux-master/kernel/
H A Dpanic.c60 bool crash_kexec_post_notifiers; variable
288 bool _crash_kexec_post_notifiers = crash_kexec_post_notifiers;
362 * the "crash_kexec_post_notifiers" option to the kernel.
383 * "crash_kexec_post_notifiers" offers you a chance to run
792 core_param(crash_kexec_post_notifiers, crash_kexec_post_notifiers, bool, 0644);
H A Dcrash_core.c77 * If crash_kexec_post_notifiers is enabled, don't run
81 if (crash_kexec_post_notifiers)
/linux-master/drivers/hv/
H A Dhv_common.c299 * crash_kexec_post_notifiers to be true to make sure that
306 crash_kexec_post_notifiers = true;
307 pr_info("Hyper-V: enabling crash_kexec_post_notifiers\n");
/linux-master/arch/x86/virt/svm/
H A Dsev.c220 * Setting crash_kexec_post_notifiers to 'true' to ensure that SNP panic
223 crash_kexec_post_notifiers = true;
/linux-master/arch/powerpc/kernel/
H A Dfadump.c1669 * panic notifier. Setting crash_kexec_post_notifiers to 'true'
1673 crash_kexec_post_notifiers = true;

Completed in 180 milliseconds