Home
last modified time | relevance | path

Searched refs:sched_shutdown (Results 1 – 7 of 7) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/public/
A Dsched.h135 struct sched_shutdown { struct
138 typedef struct sched_shutdown sched_shutdown_t;
/xen-4.10.0-shim-comet/xen/common/compat/
A Dschedule.c17 #define xen_sched_shutdown sched_shutdown
/xen-4.10.0-shim-comet/xen/common/
A Dschedule.c1146 struct sched_shutdown sched_shutdown; in do_sched_op() local
1149 if ( copy_from_guest(&sched_shutdown, arg, 1) ) in do_sched_op()
1154 sched_shutdown.reason); in do_sched_op()
1155 ret = domain_shutdown(current->domain, (u8)sched_shutdown.reason); in do_sched_op()
1162 struct sched_shutdown sched_shutdown; in do_sched_op() local
1166 if ( copy_from_guest(&sched_shutdown, arg, 1) ) in do_sched_op()
1170 d->domain_id, current->vcpu_id, sched_shutdown.reason); in do_sched_op()
1174 d->shutdown_code = (u8)sched_shutdown.reason; in do_sched_op()
/xen-4.10.0-shim-comet/stubdom/grub/
A Dmini-os.c727 struct sched_shutdown sched_shutdown = { .reason = SHUTDOWN_reboot }; in grub_reboot() local
728 HYPERVISOR_sched_op(SCHEDOP_shutdown, &sched_shutdown); in grub_reboot()
/xen-4.10.0-shim-comet/xen/include/asm-x86/guest/
A Dhypercall.h136 struct sched_shutdown s = { .reason = reason }; in xen_hypercall_shutdown()
/xen-4.10.0-shim-comet/xen/include/
A Dxlat.lst124 ? sched_shutdown sched.h
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dutil.c717 struct sched_shutdown shutdown = { .reason = SHUTDOWN_crash }; in crash()

Completed in 11 milliseconds