Searched refs:SHUTDOWN_crash (Results 1 – 9 of 9) sorted by relevance
43 case SHUTDOWN_crash: in hwdom_shutdown()
772 domain_shutdown(d, SHUTDOWN_crash); in __domain_crash()806 if ( reason == SHUTDOWN_crash ) in domain_shutdown()
178 #define SHUTDOWN_crash 3 /* Tell controller we've crashed. */ macro
394 & XEN_DOMINF_shutdownmask) == SHUTDOWN_crash); in xenstat_domain_crashed()401 & XEN_DOMINF_shutdownmask) != SHUTDOWN_crash); in xenstat_domain_shutdown()
669 xen_hypercall_shutdown(pv_shim ? SHUTDOWN_crash : SHUTDOWN_reboot); in machine_restart()
343 d->shutdown_code = SHUTDOWN_crash; in guest_wrmsr_viridian()
717 struct sched_shutdown shutdown = { .reason = SHUTDOWN_crash }; in crash()
3028 if ( unlikely(d->is_shutting_down && d->shutdown_code == SHUTDOWN_crash) ) in sh_page_fault()3139 if ( unlikely(d->is_shutting_down && d->shutdown_code == SHUTDOWN_crash) ) in sh_page_fault()
385 if ( info->shutdown && (info->shutdown_reason == SHUTDOWN_crash) ) in xc_domain_getinfo()
Completed in 25 milliseconds