Lines Matching defs:panic
130 static void __sev_firmware_shutdown(struct sev_device *sev, bool panic);
175 * If invoked during panic handling, local interrupts are disabled,
934 * If invoked during panic handling, local interrupts are disabled so
2014 static int __sev_snp_shutdown_locked(int *error, bool panic)
2036 * If invoked during panic handling, local interrupts are disabled
2041 if (!panic)
2068 if (!panic)
2098 * itself during panic as the panic notifier is called with RCU read
2101 if (!panic)
2713 static void __sev_firmware_shutdown(struct sev_device *sev, bool panic)
2723 * If invoked during panic handling, local interrupts are
2729 if (!panic)
2745 __sev_snp_shutdown_locked(&error, panic);
2837 * more confusion during a panic, just bail out here.