Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/
H A Dmshyperv.c201 if (kexec_in_progress && hv_kexec_handler) in hv_machine_shutdown()
208 if (kexec_in_progress) in hv_machine_shutdown()
215 if (kexec_in_progress) in hv_machine_shutdown()
/linux-6.15/include/linux/
H A Dkexec.h414 extern bool kexec_in_progress;
484 #define kexec_in_progress false macro
/linux-6.15/arch/x86/kernel/
H A Dsmp.c164 if (kexec_in_progress) in native_stop_other_cpus()
H A Dreboot.c725 if (kexec_in_progress) in native_machine_shutdown()
765 if (kexec_in_progress) in native_machine_shutdown()
/linux-6.15/kernel/
H A Dcrash_core.c508 if (!kexec_in_progress) in crash_check_hotplug_support()
551 if (!kexec_in_progress) in crash_handle_hotplug_event()
H A Dkexec_core.c53 bool kexec_in_progress = false; variable
1048 kexec_in_progress = true; in kernel_kexec()
/linux-6.15/arch/x86/xen/
H A Denlighten_hvm.c139 if (kexec_in_progress) in xen_hvm_shutdown()
/linux-6.15/drivers/firmware/efi/
H A Defi.c1171 if (!kexec_in_progress) in update_efi_random_seed()
/linux-6.15/drivers/pci/
H A Dpci-driver.c520 if (kexec_in_progress && (pci_dev->current_state <= PCI_D3hot)) in pci_device_shutdown()
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dvio.c1276 else if (kexec_in_progress) in vio_bus_shutdown()