Home
last modified time | relevance | path

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

/xen/xen/include/public/
A Dsched.h135 struct sched_shutdown { struct
138 typedef struct sched_shutdown sched_shutdown_t;
/xen/xen/common/sched/
A Dcompat.c17 #define xen_sched_shutdown sched_shutdown
A Dcore.c1825 struct sched_shutdown sched_shutdown; in do_sched_op() local
1828 if ( copy_from_guest(&sched_shutdown, arg, 1) ) in do_sched_op()
1833 sched_shutdown.reason); in do_sched_op()
1834 ret = domain_shutdown(current->domain, (u8)sched_shutdown.reason); in do_sched_op()
1841 struct sched_shutdown sched_shutdown; in do_sched_op() local
1845 if ( copy_from_guest(&sched_shutdown, arg, 1) ) in do_sched_op()
1849 d->domain_id, current->vcpu_id, sched_shutdown.reason); in do_sched_op()
1853 d->shutdown_code = (u8)sched_shutdown.reason; in do_sched_op()
/xen/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/xen/include/asm-x86/guest/
A Dxen-hcall.h140 struct sched_shutdown s = { .reason = reason }; in xen_hypercall_shutdown()
/xen/xen/include/
A Dxlat.lst139 ? sched_shutdown sched.h
/xen/tools/firmware/hvmloader/
A Dutil.c717 struct sched_shutdown shutdown = { .reason = SHUTDOWN_crash }; in crash()

Completed in 18 milliseconds