Home
last modified time | relevance | path

Searched refs:SHUTDOWN_suspend (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/xen/interface/
Dsched.h107 #define SHUTDOWN_suspend 2 /* Clean up, save suspend info, kill. */ macro
/linux-3.4.99/arch/ia64/xen/
Dxcom_hcall.c405 arg.reason = SHUTDOWN_suspend; in xencomm_hypercall_suspend()
/linux-3.4.99/arch/x86/include/asm/xen/
Dhypercall.h437 struct sched_shutdown r = { .reason = SHUTDOWN_suspend }; in HYPERVISOR_suspend()