Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
A Dmachine_kexec.c178 bool in_kexec_crash = (kimage == kexec_crash_image); in machine_kexec()
273 for (i = 0; i < kexec_crash_image->nr_segments; i++) in arch_kexec_protect_crashkres()
275 __phys_to_virt(kexec_crash_image->segment[i].mem), in arch_kexec_protect_crashkres()
283 for (i = 0; i < kexec_crash_image->nr_segments; i++) in arch_kexec_unprotect_crashkres()
285 __phys_to_virt(kexec_crash_image->segment[i].mem), in arch_kexec_unprotect_crashkres()
296 if (kexec_crash_image) in crash_prepare_suspend()
302 if (kexec_crash_image) in crash_post_resume()
333 if (!kexec_crash_image) in crash_is_nosave()
338 if (addr >= kexec_crash_image->segment[i].mem && in crash_is_nosave()
339 addr < (kexec_crash_image->segment[i].mem + in crash_is_nosave()
[all …]
/linux/kernel/
A Dkexec.c106 dest_image = &kexec_crash_image; in do_kexec_load()
107 if (kexec_crash_image) in do_kexec_load()
125 kimage_free(xchg(&kexec_crash_image, NULL)); in do_kexec_load()
163 if ((flags & KEXEC_ON_CRASH) && kexec_crash_image) in do_kexec_load()
A Dkexec_core.c94 return !!kexec_crash_image; in kexec_crash_loaded()
937 struct kimage *kexec_crash_image; variable
956 if (kexec_crash_image) { in __crash_kexec()
962 machine_kexec(kexec_crash_image); in __crash_kexec()
1021 if (kexec_crash_image) { in crash_shrink_memory()
A Dkexec_file.c376 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()
377 if (kexec_crash_image) in SYSCALL_DEFINE5()
390 kimage_free(xchg(&kexec_crash_image, NULL)); in SYSCALL_DEFINE5()
440 if ((flags & KEXEC_FILE_ON_CRASH) && kexec_crash_image) in SYSCALL_DEFINE5()
/linux/include/linux/
A Dkexec.h335 extern struct kimage *kexec_crash_image;
/linux/arch/x86/kernel/
A Dmachine_kexec_64.c545 control = PFN_PHYS(page_to_pfn(kexec_crash_image->control_code_page)); in kexec_mark_crashkres()
/linux/arch/x86/platform/uv/
A Duv_nmi.c843 if (!kexec_crash_image) { in uv_nmi_kdump()
/linux/arch/mips/cavium-octeon/
A Dsetup.c215 if (kimage_ptr != kexec_crash_image) { in octeon_generic_shutdown()
/linux/
A DSystem.map160741 ffff8000121177d0 B kexec_crash_image
A D.tmp_System.map160741 ffff8000121177d0 B kexec_crash_image

Completed in 1045 milliseconds