Home
last modified time | relevance | path

Searched refs:HYPERVISOR_sched_op (Results 1 – 6 of 6) sorted by relevance

/arch/arm/include/asm/xen/
Dhypercall.h45 int HYPERVISOR_sched_op(int cmd, void *arg);
60 return HYPERVISOR_sched_op(SCHEDOP_shutdown, &r); in HYPERVISOR_suspend()
/arch/arm/xen/
Denlighten.c183 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);
/arch/x86/xen/
Dirq.c105 if (HYPERVISOR_sched_op(SCHEDOP_block, NULL) != 0) in xen_safe_halt()
Dsmp.c483 HYPERVISOR_sched_op(SCHEDOP_yield, NULL); in xen_cpu_up()
594 HYPERVISOR_sched_op(SCHEDOP_yield, NULL); in xen_smp_send_call_function_ipi()
Denlighten.c1346 if (HYPERVISOR_sched_op(SCHEDOP_shutdown, &r)) in xen_reboot()
/arch/x86/include/asm/xen/
Dhypercall.h292 HYPERVISOR_sched_op(int cmd, void *arg) in HYPERVISOR_sched_op() function