Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/cpu/
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-v6.6/include/linux/
Dkexec.h413 extern bool kexec_in_progress;
514 #define kexec_in_progress false macro
/Linux-v6.6/arch/x86/kernel/
Dsmp.c162 if (kexec_in_progress) in native_stop_other_cpus()
/Linux-v6.6/arch/x86/xen/
Denlighten_hvm.c148 if (kexec_in_progress) in xen_hvm_shutdown()
/Linux-v6.6/kernel/
Dkexec_core.c53 bool kexec_in_progress = false; variable
1271 kexec_in_progress = true; in kernel_kexec()
/Linux-v6.6/drivers/firmware/efi/
Defi.c1147 if (!kexec_in_progress) in update_efi_random_seed()
/Linux-v6.6/drivers/pci/
Dpci-driver.c522 if (kexec_in_progress && (pci_dev->current_state <= PCI_D3hot)) in pci_device_shutdown()
/Linux-v6.6/arch/powerpc/platforms/pseries/
Dvio.c1292 else if (kexec_in_progress) in vio_bus_shutdown()