Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dreboot.c62 if (reboot_type != BOOT_ACPI) { in set_acpi_reboot()
63 reboot_type = BOOT_ACPI; in set_acpi_reboot()
592 case BOOT_ACPI: in native_machine_emergency_restart()
606 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) { in native_machine_emergency_restart()
608 reboot_type = BOOT_ACPI; in native_machine_emergency_restart()
/Linux-v4.19/include/linux/
Dreboot.h29 BOOT_ACPI = 'a', enumerator
/Linux-v4.19/kernel/
Dreboot.c44 enum reboot_type reboot_type = BOOT_ACPI;
/Linux-v4.19/arch/x86/kernel/apic/
Dx2apic_uv_x.c1591 reboot_type = BOOT_ACPI; in uv_system_init_hub()