Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dkexec.h309 extern bool kexec_in_progress;
337 #define kexec_in_progress false macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dmshyperv.c102 if (kexec_in_progress && hv_kexec_handler) in hv_machine_shutdown()
/linux-4.4.14/kernel/
Dkexec_core.c61 bool kexec_in_progress = false; variable
1483 kexec_in_progress = true; in kernel_kexec()
/linux-4.4.14/drivers/pci/
Dpci-driver.c477 if (kexec_in_progress && (pci_dev->current_state <= PCI_D3hot)) in pci_device_shutdown()
/linux-4.4.14/arch/x86/xen/
Denlighten.c1822 if (kexec_in_progress) in xen_hvm_shutdown()