Home
last modified time | relevance | path

Searched refs:BOOT_ACPI (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dreboot.c541 case BOOT_ACPI: in native_machine_emergency_restart()
555 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) { in native_machine_emergency_restart()
557 reboot_type = BOOT_ACPI; in native_machine_emergency_restart()
/linux-4.4.14/include/linux/
Dreboot.h26 BOOT_ACPI = 'a', enumerator
/linux-4.4.14/kernel/
Dreboot.c44 enum reboot_type reboot_type = BOOT_ACPI;
/linux-4.4.14/arch/x86/kernel/apic/
Dx2apic_uv_x.c1028 reboot_type = BOOT_ACPI; in uv_system_init()