Searched refs:kexec_in_progress (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dsmp.c164 if (kexec_in_progress)
/linux-master/include/linux/
H A Dkexec.h404 extern bool kexec_in_progress;
476 #define kexec_in_progress false macro
/linux-master/arch/x86/kernel/cpu/
H A Dmshyperv.c195 if (kexec_in_progress && hv_kexec_handler)
202 if (kexec_in_progress && hyperv_init_cpuhp > 0)
209 if (kexec_in_progress)
/linux-master/arch/x86/xen/
H A Denlighten_hvm.c148 if (kexec_in_progress)
/linux-master/kernel/
H A Dkexec_core.c53 bool kexec_in_progress = false; variable
1035 kexec_in_progress = true;
/linux-master/drivers/firmware/efi/
H A Defi.c1157 if (!kexec_in_progress)
/linux-master/drivers/pci/
H A Dpci-driver.c520 if (kexec_in_progress && (pci_dev->current_state <= PCI_D3hot))
/linux-master/arch/powerpc/platforms/pseries/
H A Dvio.c1276 else if (kexec_in_progress)

Completed in 148 milliseconds