Searched refs:kexec_crash_image (Results 1 - 11 of 11) 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.c94 return !!kexec_crash_image;
110 * of memory the xchg(&kexec_crash_image) would be
114 if (kexec_crash_image) {
120 machine_kexec(kexec_crash_image);
370 if (kexec_crash_image) {
510 if (kexec_crash_image) {
511 if (kexec_crash_image->file_mode)
514 rc = kexec_crash_image->update_elfcorehdr;
550 if (!kexec_crash_image)
553 image = kexec_crash_image;
[all...]
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));
426 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/x86/kernel/
H A Dcrash.c434 * @image: a pointer to kexec_crash_image
489 xchg(&kexec_crash_image, NULL);
491 xchg(&kexec_crash_image, image);
H A Dmachine_kexec_64.c541 control = PFN_PHYS(page_to_pfn(kexec_crash_image->control_code_page));
/linux-master/include/linux/
H A Dkexec.h384 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 166 milliseconds