Home
last modified time | relevance | path

Searched refs:shutdown_code (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Ddomain.c92 if ( (d->shutdown_code == SHUTDOWN_suspend) && d->suspend_evtchn ) in __domain_finalise_shutdown()
302 d->shutdown_code = SHUTDOWN_CODE_INVALID; in domain_create()
703 if ( d->shutdown_code == SHUTDOWN_CODE_INVALID ) in domain_shutdown()
704 d->shutdown_code = reason; in domain_shutdown()
705 reason = d->shutdown_code; in domain_shutdown()
752 d->shutdown_code = SHUTDOWN_CODE_INVALID; in domain_resume()
A Dschedule.c1173 if ( d->shutdown_code == SHUTDOWN_CODE_INVALID ) in do_sched_op()
1174 d->shutdown_code = (u8)sched_shutdown.reason; in do_sched_op()
A Ddomctl.c191 d->shutdown_code << XEN_DOMINF_shutdownshift; in getdomaininfo()
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/
A Dxenctrl.mli60 shutdown_code : int; RecordField
A Dxenctrl.ml68 shutdown_code : int; RecordField
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Ddomains.ml98 id info.Xenctrl.dying info.Xenctrl.shutdown info.Xenctrl.shutdown_code;
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched.h408 unsigned int shutdown_code; member
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c3083 if ( unlikely(d->is_shutting_down && d->shutdown_code == SHUTDOWN_crash) ) in sh_page_fault()
3194 if ( unlikely(d->is_shutting_down && d->shutdown_code == SHUTDOWN_crash) ) in sh_page_fault()

Completed in 23 milliseconds