Searched refs:shutdown_code (Results 1 – 9 of 9) sorted by relevance
99 if ( (d->shutdown_code == SHUTDOWN_suspend) && d->suspend_evtchn ) in __domain_finalise_shutdown()420 d->shutdown_code = SHUTDOWN_CODE_INVALID; in domain_create()787 if ( d->shutdown_code == SHUTDOWN_CODE_INVALID ) in domain_shutdown()788 d->shutdown_code = reason; in domain_shutdown()789 reason = d->shutdown_code; in domain_shutdown()836 d->shutdown_code = SHUTDOWN_CODE_INVALID; in domain_resume()
190 d->shutdown_code << XEN_DOMINF_shutdownshift; in getdomaininfo()
93 shutdown_code : int; RecordField
84 shutdown_code : int; RecordField
100 id info.Xenctrl.dying info.Xenctrl.shutdown info.Xenctrl.shutdown_code;
343 d->shutdown_code = SHUTDOWN_crash; in guest_wrmsr_viridian()
446 unsigned int shutdown_code; member
1852 if ( d->shutdown_code == SHUTDOWN_CODE_INVALID ) in do_sched_op()1853 d->shutdown_code = (u8)sched_shutdown.reason; in do_sched_op()
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()
Completed in 34 milliseconds