Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dreboot.c63 if (reboot_type != BOOT_ACPI) { in set_acpi_reboot()
64 reboot_type = BOOT_ACPI; in set_acpi_reboot()
657 case BOOT_ACPI: in native_machine_emergency_restart()
671 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) { in native_machine_emergency_restart()
673 reboot_type = BOOT_ACPI; in native_machine_emergency_restart()
/linux/include/linux/
H A Dreboot.h32 BOOT_ACPI = 'a', enumerator
/linux/kernel/
H A Dreboot.c50 enum reboot_type reboot_type = BOOT_ACPI;
1282 case BOOT_ACPI: in type_show()
1310 reboot_type = BOOT_ACPI; in type_store()
/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1574 reboot_type = BOOT_ACPI; in check_efi_reboot()