Home
last modified time | relevance | path

Searched refs:domain_shutdown (Results 1 – 14 of 14) sorted by relevance

/xen/xen/arch/x86/
A Dcompat.c47 domain_shutdown(current->domain, (u8)arg); in do_sched_op_compat()
/xen/xen/arch/arm/
A Dvpsci.c202 domain_shutdown(d,SHUTDOWN_poweroff); in do_psci_0_2_system_off()
208 domain_shutdown(d,SHUTDOWN_reboot); in do_psci_0_2_system_reset()
/xen/tools/xl/
A Dxl_vmcontrol.c186 event->domid, event->u.domain_shutdown.shutdown_reason); in wait_for_domain_deaths()
406 switch (event->u.domain_shutdown.shutdown_reason) { in handle_domain_death()
427 event->u.domain_shutdown.shutdown_reason); in handle_domain_death()
432 event->u.domain_shutdown.shutdown_reason, in handle_domain_death()
1036 event->u.domain_shutdown.shutdown_reason, in create_domain()
1037 event->u.domain_shutdown.shutdown_reason); in create_domain()
/xen/xen/common/
A Ddomain.c772 domain_shutdown(d, SHUTDOWN_crash); in __domain_crash()
776 int domain_shutdown(struct domain *d, u8 reason) in domain_shutdown() function
1407 domain_shutdown(d, SHUTDOWN_poweroff); in do_vcpu_op()
/xen/tools/ocaml/libs/xc/
A Dxenctrl.ml195 external domain_shutdown: handle -> domid -> shutdown_reason -> unit
A Dxenctrl.mli153 external domain_shutdown : handle -> domid -> shutdown_reason -> unit
/xen/xen/arch/x86/hvm/
A Ddm.c652 domain_shutdown(d, data->reason); in dm_op()
A Dhvm.c1658 domain_shutdown(d, SHUTDOWN_poweroff); in hvm_vcpu_down()
1692 domain_shutdown(d, reason); in hvm_triple_fault()
/xen/xen/include/xen/
A Dsched.h667 int domain_shutdown(struct domain *d, u8 reason);
/xen/xen/common/sched/
A Dcore.c1486 domain_shutdown(d, SHUTDOWN_watchdog); in domain_watchdog_timeout()
1834 ret = domain_shutdown(current->domain, (u8)sched_shutdown.reason); in do_sched_op()
1889 domain_shutdown(d, sched_remote_shutdown.reason); in do_sched_op()
/xen/tools/libxl/
A Dlibxl_types.idl1169 [("domain_shutdown", Struct(None, [
A Dlibxl_domain.c961 ev->u.domain_shutdown.shutdown_reason = in domain_death_xswatch_callback()
/xen/tools/xentrace/
A Dformats28 0x00028007 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) domain_shutdown [ dom:vcpu = 0x%(1)04x%(2)04x, re…
/xen/tools/golang/xenlight/
A Dhelpers.gen.go4016 var domain_shutdown C.libxl_event_type_union_domain_shutdown
4017 domain_shutdown.shutdown_reason = C.uint8_t(tmp.ShutdownReason)
4018 domain_shutdownBytes := C.GoBytes(unsafe.Pointer(&domain_shutdown),C.sizeof_libxl_event_type_union_…

Completed in 48 milliseconds