Home
last modified time | relevance | path

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

/linux-6.15/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()
656 case BOOT_ACPI: in native_machine_emergency_restart()
670 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) { in native_machine_emergency_restart()
672 reboot_type = BOOT_ACPI; in native_machine_emergency_restart()
/linux-6.15/include/linux/
H A Dreboot.h32 BOOT_ACPI = 'a', enumerator
/linux-6.15/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-6.15/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1574 reboot_type = BOOT_ACPI; in check_efi_reboot()