Searched refs:crash (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/powerpc/kexec/
H A DMakefile12 obj-$(CONFIG_CRASH_DUMP) += crash.o
/linux-master/tools/testing/selftests/lkdtm/
H A Dstack-entropy.sh7 TRIGGER=/sys/kernel/debug/provoke-crash/DIRECT
H A Drun.sh10 TRIGGER=/sys/kernel/debug/provoke-crash/DIRECT
/linux-master/arch/x86/realmode/
H A Dinit.c11 #include <asm/crash.h>
/linux-master/drivers/hv/
H A Dhyperv_vmbus.h389 void vmbus_initiate_unload(bool crash);
H A Dchannel_mgmt.c911 void vmbus_initiate_unload(bool crash) argument
926 !crash);
929 * vmbus_initiate_unload() is also called on crash and the crash can be
932 if (!crash)
/linux-master/arch/mips/kernel/
H A DMakefile93 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o crash.o
/linux-master/arch/x86/kernel/
H A Dcrash.c3 * Architecture specific (i386/x86_64) functions for kexec based crash dumps.
42 #include <asm/crash.h>
154 * Exclusion of crash region and/or crashk_low_res may cause
280 /* Prepare memory map for crash dump kernel */
380 /* Mark as usable to crash kernel, else crash kernel fails on boot */
403 #define pr_fmt(fmt) "crash hp: " fmt
486 * Temporarily invalidate the crash image while the
H A DMakefile107 obj-$(CONFIG_CRASH_DUMP) += crash_dump_$(BITS).o crash.o
H A Dkexec-bzimage64.c24 #include <asm/crash.h>
430 * In case of crash dump, we will append elfcorehdr=<addr> to

Completed in 319 milliseconds