Home
last modified time | relevance | path

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

/xen/xen/common/
A Ddomain.c99 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()
A Ddomctl.c190 d->shutdown_code << XEN_DOMINF_shutdownshift; in getdomaininfo()
/xen/tools/ocaml/libs/xc/
A Dxenctrl.ml93 shutdown_code : int; RecordField
A Dxenctrl.mli84 shutdown_code : int; RecordField
/xen/tools/ocaml/xenstored/
A Ddomains.ml100 id info.Xenctrl.dying info.Xenctrl.shutdown info.Xenctrl.shutdown_code;
/xen/xen/arch/x86/hvm/viridian/
A Dviridian.c343 d->shutdown_code = SHUTDOWN_crash; in guest_wrmsr_viridian()
/xen/xen/include/xen/
A Dsched.h446 unsigned int shutdown_code; member
/xen/xen/common/sched/
A Dcore.c1852 if ( d->shutdown_code == SHUTDOWN_CODE_INVALID ) in do_sched_op()
1853 d->shutdown_code = (u8)sched_shutdown.reason; in do_sched_op()
/xen/xen/arch/x86/mm/shadow/
A Dmulti.c3028 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