Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c241 if (kexec_in_progress) { in hv_machine_shutdown()
252 if (kexec_in_progress) in hv_machine_shutdown()
259 if (kexec_in_progress) in hv_machine_shutdown()
/linux/include/linux/
H A Dkexec.h470 extern bool kexec_in_progress;
546 #define kexec_in_progress false macro
/linux/security/integrity/ima/
H A Dima_kexec.c232 if (!kexec_in_progress) { in ima_update_kexec_buffer()
/linux/drivers/firmware/efi/
H A Defi.c1181 if (!kexec_in_progress) in update_efi_random_seed()
/linux/drivers/pci/
H A Dpci-driver.c558 if (kexec_in_progress && (pci_dev->current_state <= PCI_D3hot)) in pci_device_shutdown()
/linux/arch/powerpc/platforms/pseries/
H A Dvio.c1279 else if (kexec_in_progress) in vio_bus_shutdown()