Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/
Dreboot.c61 if (reboot_type != BOOT_ACPI) { in set_acpi_reboot()
62 reboot_type = BOOT_ACPI; in set_acpi_reboot()
655 case BOOT_ACPI: in native_machine_emergency_restart()
669 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) { in native_machine_emergency_restart()
671 reboot_type = BOOT_ACPI; in native_machine_emergency_restart()
/linux-6.6.21/include/linux/
Dreboot.h32 BOOT_ACPI = 'a', enumerator
/linux-6.6.21/kernel/
Dreboot.c48 enum reboot_type reboot_type = BOOT_ACPI;
1175 case BOOT_ACPI: in type_show()
1203 reboot_type = BOOT_ACPI; in type_store()
/linux-6.6.21/arch/x86/kernel/apic/
Dx2apic_uv_x.c1626 reboot_type = BOOT_ACPI; in check_efi_reboot()