Home
last modified time | relevance | path

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

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