Searched refs:kexec_crash_image (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dmachine_kexec.c167 bool in_kexec_crash = (kimage == kexec_crash_image);
265 if (kexec_crash_image)
271 if (kexec_crash_image)
307 if (!kexec_crash_image)
311 for (i = 0; i < kexec_crash_image->nr_segments; i++)
312 if (addr >= kexec_crash_image->segment[i].mem &&
313 addr < (kexec_crash_image->segment[i].mem +
314 kexec_crash_image->segment[i].memsz))
/linux-master/kernel/
H A Dcrash_core.c96 return !!kexec_crash_image;
112 * of memory the xchg(&kexec_crash_image) would be
116 if (kexec_crash_image) {
122 machine_kexec(kexec_crash_image);
372 if (kexec_crash_image) {
512 if (kexec_crash_image) {
513 rc = kexec_crash_image->hotplug_support;
549 if (!kexec_crash_image)
552 image = kexec_crash_image;
H A Dkexec.c108 dest_image = &kexec_crash_image;
109 if (kexec_crash_image)
127 kimage_free(xchg(&kexec_crash_image, NULL));
171 if ((flags & KEXEC_ON_CRASH) && kexec_crash_image)
H A Dkexec_file.c356 dest_image = &kexec_crash_image;
357 if (kexec_crash_image)
372 kimage_free(xchg(&kexec_crash_image, NULL));
431 if ((flags & KEXEC_FILE_ON_CRASH) && kexec_crash_image)
H A Dkexec_core.c887 struct kimage *kexec_crash_image; variable in typeref:struct:kimage
/linux-master/arch/powerpc/kexec/
H A Dcrash.c477 xchg(&kexec_crash_image, NULL);
483 xchg(&kexec_crash_image, image);
493 * @image: a pointer to kexec_crash_image
521 * @image: a pointer to kexec_crash_image
537 xchg(&kexec_crash_image, NULL);
544 xchg(&kexec_crash_image, image);
559 * @image: a pointer to kexec_crash_image
/linux-master/arch/x86/kernel/
H A Dcrash.c440 * @image: a pointer to kexec_crash_image
497 xchg(&kexec_crash_image, NULL);
499 xchg(&kexec_crash_image, image);
H A Dmachine_kexec_64.c548 control = PFN_PHYS(page_to_pfn(kexec_crash_image->control_code_page));
/linux-master/include/linux/
H A Dkexec.h386 extern struct kimage *kexec_crash_image;
/linux-master/arch/x86/platform/uv/
H A Duv_nmi.c843 if (!kexec_crash_image) {
/linux-master/arch/mips/cavium-octeon/
H A Dsetup.c215 if (kimage_ptr != kexec_crash_image) {
/linux-master/arch/powerpc/kernel/
H A Dsmp.c635 if (kexec_crash_image) {

Completed in 157 milliseconds