Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/cpu/
Dmshyperv.c125 if (kexec_in_progress && hv_kexec_handler) in hv_machine_shutdown()
132 if (kexec_in_progress && hyperv_init_cpuhp > 0) in hv_machine_shutdown()
139 if (kexec_in_progress) in hv_machine_shutdown()
/Linux-v6.1/include/linux/
Dkexec.h427 extern bool kexec_in_progress;
510 #define kexec_in_progress false macro
/Linux-v6.1/arch/x86/xen/
Denlighten_hvm.c148 if (kexec_in_progress) in xen_hvm_shutdown()
/Linux-v6.1/kernel/
Dkexec_core.c55 bool kexec_in_progress = false; variable
1178 kexec_in_progress = true; in kernel_kexec()
/Linux-v6.1/drivers/firmware/efi/
Defi.c1043 if (!kexec_in_progress) in update_efi_random_seed()
/Linux-v6.1/drivers/pci/
Dpci-driver.c522 if (kexec_in_progress && (pci_dev->current_state <= PCI_D3hot)) in pci_device_shutdown()
/Linux-v6.1/arch/powerpc/platforms/pseries/
Dvio.c1292 else if (kexec_in_progress) in vio_bus_shutdown()