Home
last modified time | relevance | path

Searched refs:SHUTDOWN_reboot (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/xen/interface/
H A Dsched.h151 #define SHUTDOWN_reboot 1 /* Clean up, kill, and then restart. */ macro
/openbmc/qemu/include/hw/xen/interface/
H A Dsched.h159 #define SHUTDOWN_reboot 1 /* Clean up, kill, and then restart. */ macro
/openbmc/linux/arch/x86/xen/
H A Denlighten.c256 static int reboot_reason = SHUTDOWN_reboot;
H A Denlighten_pv.c1192 xen_reboot(SHUTDOWN_reboot); in xen_restart()
/openbmc/linux/drivers/xen/
H A Defi.c265 xen_reboot(SHUTDOWN_reboot); in xen_efi_reset_system()
/openbmc/linux/arch/arm/xen/
H A Denlighten.c190 xen_reboot(SHUTDOWN_reboot); in xen_restart()
/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.c1470 case SHUTDOWN_reboot: in schedop_shutdown()