Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dreboot.c160 if (reboot_type != BOOT_KBD) { in set_kbd_reboot()
161 reboot_type = BOOT_KBD; in set_kbd_reboot()
615 reboot_type = BOOT_KBD; in native_machine_emergency_restart()
618 case BOOT_KBD: in native_machine_emergency_restart()
669 reboot_type = BOOT_KBD; in native_machine_emergency_restart()
/Linux-v5.4/include/linux/
Dreboot.h29 BOOT_KBD = 'k', enumerator
/Linux-v5.4/arch/x86/platform/ce4100/
Dce4100.c153 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()