Home
last modified time | relevance | path

Searched refs:kexec_crash_image (Results 1 – 11 of 11) sorted by relevance

/linux/kernel/
H A Dcrash_core.c103 return !!kexec_crash_image; in kexec_crash_loaded()
131 if (kexec_crash_image) { in __crash_kexec()
138 machine_kexec(kexec_crash_image); in __crash_kexec()
393 if (kexec_crash_image) { in crash_shrink_memory()
534 if (kexec_crash_image) { in crash_check_hotplug_support()
535 rc = kexec_crash_image->hotplug_support; in crash_check_hotplug_support()
579 if (!kexec_crash_image) in crash_handle_hotplug_event()
582 image = kexec_crash_image; in crash_handle_hotplug_event()
H A Dkexec.c108 dest_image = &kexec_crash_image; in do_kexec_load()
109 if (kexec_crash_image) in do_kexec_load()
127 kimage_free(xchg(&kexec_crash_image, NULL)); in do_kexec_load()
171 if ((flags & KEXEC_ON_CRASH) && kexec_crash_image) in do_kexec_load()
H A Dcrash_dump_dm_crypt.c94 kexec_crash_image->dm_crypt_keys_addr >> PAGE_SHIFT)); in get_keys_from_kdump_reserved_memory()
274 if (!kexec_crash_image || !kexec_crash_image->dm_crypt_keys_addr) { in config_keys_reuse_store()
H A Dkexec_file.c388 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()
389 if (kexec_crash_image) in SYSCALL_DEFINE5()
404 kimage_free(xchg(&kexec_crash_image, NULL)); in SYSCALL_DEFINE5()
463 if ((flags & KEXEC_FILE_ON_CRASH) && kexec_crash_image) in SYSCALL_DEFINE5()
H A Dkexec_core.c1035 struct kimage *kexec_crash_image; variable
/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c657 control = PFN_PHYS(page_to_pfn(kexec_crash_image->control_code_page)); in kexec_mark_crashkres()
669 if (kexec_crash_image->dm_crypt_keys_addr) { in kexec_mark_dm_crypt_keys()
670 start_paddr = kexec_crash_image->dm_crypt_keys_addr; in kexec_mark_dm_crypt_keys()
671 end_paddr = start_paddr + kexec_crash_image->dm_crypt_keys_sz - 1; in kexec_mark_dm_crypt_keys()
H A Dcrash.c562 xchg(&kexec_crash_image, NULL); in arch_crash_handle_hotplug_event()
564 xchg(&kexec_crash_image, image); in arch_crash_handle_hotplug_event()
/linux/include/linux/
H A Dkexec.h448 extern struct kimage *kexec_crash_image;
/linux/arch/x86/platform/uv/
H A Duv_nmi.c843 if (!kexec_crash_image) { in uv_nmi_kdump()
/linux/arch/mips/cavium-octeon/
H A Dsetup.c215 if (kimage_ptr != kexec_crash_image) { in octeon_generic_shutdown()
/linux/arch/powerpc/kernel/
H A Dsmp.c636 if (kexec_crash_image) { in crash_smp_send_stop()