Lines Matching full:crash
3 * crash.c - kernel crash support code.
33 /* Per cpu memory for storing cpu states in case of system crash. */
50 * crash memory. as we have arch_kexec_protect_crashkres() in kimage_crash_copy_vmcoreinfo()
53 * the other hand, we still need to operate it when crash in kimage_crash_copy_vmcoreinfo()
108 * running on one cpu from replacing the crash kernel in __crash_kexec()
111 * If the crash kernel was not located in a fixed area in __crash_kexec()
250 …kexec_dprintk("Crash PT_LOAD ELF header. phdr=%p vaddr=0x%llx, paddr=0x%llx, sz=0x%llx e_phnum=%d … in crash_prepare_elf64_headers()
483 #define pr_fmt(fmt) "crash hp: " fmt
487 * usually rarely happen, there will be many crash hotplug events notified
490 * serialize the crash hotplug handling specifically.
506 /* Obtain lock while reading crash information */ in crash_check_hotplug_support()
536 * to the crash kernel via the elfcorehdr= parameter) must include the
542 * supports crash hotplug.
549 /* Obtain lock while changing crash information */ in crash_handle_hotplug_event()
665 "crash/cpuhp", crash_cpuhp_online, crash_cpuhp_offline); in crash_hotplug_init()