Home
last modified time | relevance | path

Searched refs:SHUTDOWN_crash (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/xen/interface/
H A Dsched.h153 #define SHUTDOWN_crash 3 /* Tell controller we've crashed. */ macro
/openbmc/qemu/include/hw/xen/interface/
H A Dsched.h161 #define SHUTDOWN_crash 3 /* Tell controller we've crashed. */ macro
/openbmc/linux/arch/x86/xen/
H A Denlighten.c268 xen_reboot(SHUTDOWN_crash); in xen_panic_event()
270 reboot_reason = SHUTDOWN_crash; in xen_panic_event()
H A Denlighten_pv.c1208 xen_reboot(SHUTDOWN_crash); in xen_crash_shutdown()
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c1465 case SHUTDOWN_crash: in schedop_shutdown()