Home
last modified time | relevance | path

Searched refs:sched_shutdown (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/xen/interface/
H A Dsched.h116 struct sched_shutdown { struct
119 DEFINE_GUEST_HANDLE_STRUCT(sched_shutdown); argument
/openbmc/qemu/include/hw/xen/interface/
H A Dsched.h118 struct sched_shutdown { struct
121 typedef struct sched_shutdown sched_shutdown_t;
/openbmc/linux/include/xen/arm/
H A Dhypercall.h70 struct sched_shutdown r = { .reason = SHUTDOWN_suspend }; in HYPERVISOR_suspend()
/openbmc/linux/arch/x86/xen/
H A Denlighten.c246 struct sched_shutdown r = { .reason = reason }; in xen_reboot()
/openbmc/linux/arch/x86/include/asm/xen/
H A Dhypercall.h470 struct sched_shutdown r = { .reason = SHUTDOWN_suspend }; in HYPERVISOR_suspend()
/openbmc/linux/arch/arm/xen/
H A Denlighten.c180 struct sched_shutdown r = { .reason = reason }; in xen_reboot()
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c1454 struct sched_shutdown shutdown; in schedop_shutdown()