Home
last modified time | relevance | path

Searched refs:reboot_mode (Results 1 – 3 of 3) sorted by relevance

/arch/unicore32/kernel/
Dprocess.c54 static char reboot_mode = 'h'; variable
58 reboot_mode = str[0]; in reboot_setup()
91 setup_mm_for_reboot(reboot_mode); in machine_restart()
105 if (reboot_mode == 's') { in machine_restart()
/arch/x86/kernel/
Dreboot.c39 static int reboot_mode; variable
91 reboot_mode = 0x1234; in reboot_setup()
95 reboot_mode = 0; in reboot_setup()
546 *((unsigned short *)__va(0x472)) = reboot_mode; in native_machine_emergency_restart()
588 efi.reset_system(reboot_mode ? in native_machine_emergency_restart()
/arch/arm/kernel/
Dprocess.c217 static char reboot_mode = 'h'; variable
221 reboot_mode = str[0]; in reboot_setup()
297 arm_pm_restart(reboot_mode, cmd); in machine_restart()