Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dreboot.c62 if (reboot_type != BOOT_ACPI) { in set_acpi_reboot()
63 reboot_type = BOOT_ACPI; in set_acpi_reboot()
613 case BOOT_ACPI: in native_machine_emergency_restart()
627 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) { in native_machine_emergency_restart()
629 reboot_type = BOOT_ACPI; in native_machine_emergency_restart()
/OK3568_Linux_fs/kernel/include/linux/
H A Dreboot.h31 BOOT_ACPI = 'a', enumerator
/OK3568_Linux_fs/kernel/kernel/
H A Dreboot.c48 enum reboot_type reboot_type = BOOT_ACPI;
/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1609 reboot_type = BOOT_ACPI; in check_efi_reboot()