Lines Matching full:reboot
5 #include <linux/reboot.h>
16 #include <acpi/reboot.h>
24 #include <asm/reboot.h>
53 * Reboot options and system auto-detection code provided by
58 * Some machines require the "reboot=a" commandline options
71 * Some machines require the "reboot=b" or "reboot=k" commandline options,
85 * Some machines don't handle the default ACPI reboot method and
86 * require the EFI reboot method:
92 pr_info("%s series board detected. Selecting EFI-method for reboot.\n", d->ident);
103 * routine will recognize as telling it to do a proper reboot. (Well
138 * Some Apple MacBook and MacBookPro's needs reboot=p to be able to reboot
154 pr_info("%s series board detected. Selecting %s-method for reboot.\n",
161 * This is a single dmi_table handling all reboot quirks.
166 { /* Handle reboot issue on Acer Aspire one */
174 { /* Handle reboot issue on Acer TravelMate X514-51T */
473 { /* PCIe Wifi card isn't detected after reboot otherwise */
509 * runtime services are enabled, force EFI reboot.
534 /* RCU-protected callback to disable virtualization prior to reboot. */
558 * reboot. VMX blocks INIT if the CPU is post-VMXON, and SVM blocks INIT if
611 * the following on reboot:
613 * 1) If the FADT has the ACPI reboot register flag set, try it
615 * 3) If still alive, write to the ACPI reboot register again
617 * 5) If still alive, call the EFI runtime service to reboot
618 * 6) If no EFI runtime service, call the BIOS to do a reboot
621 * two other reboot methods: 'triple fault' and 'PCI', which
622 * can be triggered via the reboot= kernel boot option or
640 /* Tell the BIOS if we want cold or warm reboot */
646 * override the reboot= parameter.
649 pr_info("EFI capsule is pending, forcing EFI reboot.\n");
877 * Prepare the CPU for reboot _after_ invoking the callback so that the
903 * INIT is recognized during reboot.