Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-highbank/
H A Dsystem.c14 if (mode == REBOOT_HARD) in highbank_restart()
/openbmc/linux/drivers/power/reset/
H A Drestart-poweroff.c19 reboot_mode = REBOOT_HARD; in restart_poweroff_do_poweroff()
/openbmc/linux/arch/arm/mach-pxa/
H A Dreset.c102 case REBOOT_HARD: in pxa_restart()
/openbmc/linux/kernel/
H A Dreboot.c31 #define DEFAULT_REBOOT_MODE = REBOOT_HARD
1019 *mode = REBOOT_HARD; in reboot_setup()
1098 case REBOOT_HARD: in mode_show()
1124 reboot_mode = REBOOT_HARD; in mode_store()
/openbmc/linux/include/linux/
H A Dreboot.h21 REBOOT_HARD, enumerator
/openbmc/linux/drivers/watchdog/
H A Dpnx4008_wdt.c138 mode = REBOOT_HARD; in pnx4008_restart_handler()
/openbmc/linux/arch/arm/kernel/
H A Dsetup.c1132 if (mdesc->reboot_mode != REBOOT_HARD) in setup_arch()