Home
last modified time | relevance | path

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

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