Searched refs:HYPERVISOR_sched_op (Results 1 – 6 of 6) sorted by relevance
45 int HYPERVISOR_sched_op(int cmd, void *arg);60 return HYPERVISOR_sched_op(SCHEDOP_shutdown, &r); in HYPERVISOR_suspend()
183 rc = HYPERVISOR_sched_op(SCHEDOP_shutdown, &r); in xen_restart()191 rc = HYPERVISOR_sched_op(SCHEDOP_shutdown, &r); in xen_power_off()358 EXPORT_SYMBOL_GPL(HYPERVISOR_sched_op);
105 if (HYPERVISOR_sched_op(SCHEDOP_block, NULL) != 0) in xen_safe_halt()
483 HYPERVISOR_sched_op(SCHEDOP_yield, NULL); in xen_cpu_up()594 HYPERVISOR_sched_op(SCHEDOP_yield, NULL); in xen_smp_send_call_function_ipi()
1346 if (HYPERVISOR_sched_op(SCHEDOP_shutdown, &r)) in xen_reboot()
292 HYPERVISOR_sched_op(int cmd, void *arg) in HYPERVISOR_sched_op() function