sched_shutdown
struct sched_shutdown sched_shutdown;
sched_shutdown.reason = reason;
return (HYPERVISOR_sched_op(SCHEDOP_shutdown, &sched_shutdown));
struct sched_shutdown sched_shutdown;
sched_shutdown.reason = SHUTDOWN_suspend;
(ulong_t)&sched_shutdown, start_info_mfn));
typedef struct sched_shutdown sched_shutdown_t;