Home
last modified time | relevance | path

Searched refs:SCHEDOP_shutdown (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/xen/interface/
H A Dsched.h53 * == SHUTDOWN_* code (SCHEDOP_shutdown)
87 #define SCHEDOP_shutdown 2 macro
99 * domains. A para-virtualized domain may use SCHEDOP_shutdown directly.
107 * @arg == sched_shutdown, as for SCHEDOP_shutdown.
163 * Reason codes for SCHEDOP_shutdown. These may be interpreted by control
/kernel/linux/linux-6.6/include/xen/interface/
H A Dsched.h36 * == SHUTDOWN_* code (SCHEDOP_shutdown)
70 #define SCHEDOP_shutdown 2 macro
82 * domains. A para-virtualized domain may use SCHEDOP_shutdown directly.
90 * @arg == sched_shutdown, as for SCHEDOP_shutdown.
146 * Reason codes for SCHEDOP_shutdown. These may be interpreted by control
/kernel/linux/linux-5.10/include/xen/arm/
H A Dhypercall.h74 return HYPERVISOR_sched_op(SCHEDOP_shutdown, &r); in HYPERVISOR_suspend()
/kernel/linux/linux-6.6/include/xen/arm/
H A Dhypercall.h73 return HYPERVISOR_sched_op(SCHEDOP_shutdown, &r); in HYPERVISOR_suspend()
/kernel/linux/linux-5.10/arch/x86/xen/
H A Denlighten.c267 if (HYPERVISOR_sched_op(SCHEDOP_shutdown, &r)) in xen_reboot()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Denlighten.c251 if (HYPERVISOR_sched_op(SCHEDOP_shutdown, &r)) in xen_reboot()
/kernel/linux/linux-5.10/arch/arm/xen/
H A Denlighten.c177 rc = HYPERVISOR_sched_op(SCHEDOP_shutdown, &r); in xen_reboot()
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H A Dhypercall.h416 return _hypercall3(int, sched_op, SCHEDOP_shutdown, &r, start_info_mfn); in HYPERVISOR_suspend()
/kernel/linux/linux-6.6/arch/arm/xen/
H A Denlighten.c183 rc = HYPERVISOR_sched_op(SCHEDOP_shutdown, &r); in xen_reboot()
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H A Dhypercall.h478 return _hypercall3(int, sched_op, SCHEDOP_shutdown, &r, start_info_mfn); in HYPERVISOR_suspend()

Completed in 6 milliseconds