Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c238 if (kexec_in_progress && hv_kexec_handler) in hv_machine_shutdown()
245 if (kexec_in_progress) in hv_machine_shutdown()
252 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/arch/x86/kernel/
H A Dsmp.c164 if (kexec_in_progress) in native_stop_other_cpus()
/linux/kernel/
H A Dcrash_core.c529 if (!kexec_in_progress) in crash_check_hotplug_support()
572 if (!kexec_in_progress) in crash_handle_hotplug_event()
H A Dkexec_core.c56 bool kexec_in_progress = false; variable
1190 kexec_in_progress = true; in kernel_kexec()
/linux/arch/x86/xen/
H A Denlighten_hvm.c139 if (kexec_in_progress) in xen_hvm_shutdown()
/linux/security/integrity/ima/
H A Dima_kexec.c210 if (!kexec_in_progress) { in ima_update_kexec_buffer()
/linux/drivers/firmware/efi/
H A Defi.c1184 if (!kexec_in_progress) in update_efi_random_seed()
/linux/arch/powerpc/platforms/pseries/
H A Dvio.c1279 else if (kexec_in_progress) in vio_bus_shutdown()