Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/cpu/
Dmshyperv.c123 if (kexec_in_progress && hv_kexec_handler) in hv_machine_shutdown()
130 if (kexec_in_progress && hyperv_init_cpuhp > 0) in hv_machine_shutdown()
137 if (kexec_in_progress) in hv_machine_shutdown()
/Linux-v5.15/include/linux/
Dkexec.h360 extern bool kexec_in_progress;
422 #define kexec_in_progress false macro
/Linux-v5.15/arch/x86/xen/
Denlighten_hvm.c138 if (kexec_in_progress) in xen_hvm_shutdown()
/Linux-v5.15/kernel/
Dkexec_core.c55 bool kexec_in_progress = false; variable
1168 kexec_in_progress = true; in kernel_kexec()
/Linux-v5.15/drivers/firmware/efi/
Defi.c1002 if (!kexec_in_progress) in update_efi_random_seed()
/Linux-v5.15/drivers/pci/
Dpci-driver.c512 if (kexec_in_progress && (pci_dev->current_state <= PCI_D3hot)) in pci_device_shutdown()
/Linux-v5.15/arch/powerpc/platforms/pseries/
Dvio.c1291 else if (kexec_in_progress) in vio_bus_shutdown()