Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dreboot.c129 if (reboot_type != BOOT_KBD) { in set_kbd_reboot()
130 reboot_type = BOOT_KBD; in set_kbd_reboot()
543 reboot_type = BOOT_KBD; in native_machine_emergency_restart()
546 case BOOT_KBD: in native_machine_emergency_restart()
597 reboot_type = BOOT_KBD; in native_machine_emergency_restart()
/linux-4.1.27/include/linux/
Dreboot.h24 BOOT_KBD = 'k', enumerator
/linux-4.1.27/arch/x86/platform/ce4100/
Dce4100.c165 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()