Searched refs:SCHEDOP_shutdown (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | sched.h | 53 * == 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 D | sched.h | 36 * == 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 D | hypercall.h | 74 return HYPERVISOR_sched_op(SCHEDOP_shutdown, &r); in HYPERVISOR_suspend()
|
/kernel/linux/linux-6.6/include/xen/arm/ |
H A D | hypercall.h | 73 return HYPERVISOR_sched_op(SCHEDOP_shutdown, &r); in HYPERVISOR_suspend()
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | enlighten.c | 267 if (HYPERVISOR_sched_op(SCHEDOP_shutdown, &r)) in xen_reboot()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | enlighten.c | 251 if (HYPERVISOR_sched_op(SCHEDOP_shutdown, &r)) in xen_reboot()
|
/kernel/linux/linux-5.10/arch/arm/xen/ |
H A D | enlighten.c | 177 rc = HYPERVISOR_sched_op(SCHEDOP_shutdown, &r); in xen_reboot()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 416 return _hypercall3(int, sched_op, SCHEDOP_shutdown, &r, start_info_mfn); in HYPERVISOR_suspend()
|
/kernel/linux/linux-6.6/arch/arm/xen/ |
H A D | enlighten.c | 183 rc = HYPERVISOR_sched_op(SCHEDOP_shutdown, &r); in xen_reboot()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 478 return _hypercall3(int, sched_op, SCHEDOP_shutdown, &r, start_info_mfn); in HYPERVISOR_suspend()
|
Completed in 6 milliseconds