Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/kernel/
Dprocess.c108 static char reboot_mode = 'h'; variable
112 reboot_mode = str[0]; in reboot_setup()
142 setup_mm_for_reboot(reboot_mode); in machine_restart()
147 arch_reset(reboot_mode); in machine_restart()
/linux-2.4.37.9/arch/i386/kernel/
Dprocess.c156 static int reboot_mode; variable
170 reboot_mode = 0x1234; in reboot_setup()
173 reboot_mode = 0x0; in reboot_setup()
324 *((unsigned short *)0x472) = reboot_mode; in machine_real_restart()
417 *((unsigned short *)__va(0x472)) = reboot_mode; in machine_restart()
/linux-2.4.37.9/arch/x86_64/kernel/
Dprocess.c213 static int reboot_mode = 0; variable
227 reboot_mode = 0x1234; in reboot_setup()
231 reboot_mode = 0; in reboot_setup()
328 *((unsigned short *)__va(0x472)) = reboot_mode; in machine_restart()