Home
last modified time | relevance | path

Searched refs:SCHEDOP_shutdown (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/include/xen/interface/
Dsched.h48 #define SCHEDOP_shutdown 2 macro
/linux-2.6.39/arch/ia64/xen/
Dxcom_hcall.c233 case SCHEDOP_shutdown: in xencomm_hypercall_sched_op()
408 SCHEDOP_shutdown, xencomm_map_no_alloc(&arg, sizeof(arg))); in xencomm_hypercall_suspend()
/linux-2.6.39/arch/ia64/include/asm/xen/
Dhypercall.h227 int rc = HYPERVISOR_sched_op(SCHEDOP_shutdown, &sched_shutdown); in HYPERVISOR_shutdown()
/linux-2.6.39/arch/x86/include/asm/xen/
Dhypercall.h435 return _hypercall3(int, sched_op, SCHEDOP_shutdown, &r, start_info_mfn); in HYPERVISOR_suspend()
/linux-2.6.39/arch/x86/xen/
Denlighten.c1017 if (HYPERVISOR_sched_op(SCHEDOP_shutdown, &r)) in xen_reboot()