Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dreboot.c147 if (reboot_type != BOOT_KBD) { in set_kbd_reboot()
148 reboot_type = BOOT_KBD; in set_kbd_reboot()
594 reboot_type = BOOT_KBD; in native_machine_emergency_restart()
597 case BOOT_KBD: in native_machine_emergency_restart()
648 reboot_type = BOOT_KBD; in native_machine_emergency_restart()
/Linux-v4.19/include/linux/
Dreboot.h27 BOOT_KBD = 'k', enumerator
/Linux-v4.19/arch/x86/platform/ce4100/
Dce4100.c157 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()