Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dsched.h150 #define SHUTDOWN_poweroff 0 /* Domain exited normally. Clean up and kill. */ macro
/openbmc/qemu/include/hw/xen/interface/
H A Dsched.h158 #define SHUTDOWN_poweroff 0 /* Domain exited normally. Clean up and kill. */ macro
/openbmc/linux/drivers/xen/
H A Defi.c268 xen_reboot(SHUTDOWN_poweroff); in xen_efi_reset_system()
/openbmc/linux/arch/arm/xen/
H A Denlighten.c202 xen_reboot(SHUTDOWN_poweroff); in xen_power_off()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1197 xen_reboot(SHUTDOWN_poweroff); in xen_machine_halt()
1203 xen_reboot(SHUTDOWN_poweroff); in xen_machine_power_off()
/openbmc/qemu/hw/xen/
H A Dxen-hvm-common.c747 unsigned int reason = reboot ? SHUTDOWN_reboot : SHUTDOWN_poweroff; in destroy_hvm_domain()
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c1474 case SHUTDOWN_poweroff: in schedop_shutdown()