Home
last modified time | relevance | path

Searched refs:reboot_type (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/x86/kernel/
Dreboot.c62 if (reboot_type != BOOT_ACPI) { in set_acpi_reboot()
63 reboot_type = BOOT_ACPI; in set_acpi_reboot()
76 if (reboot_type != BOOT_BIOS) { in set_bios_reboot()
77 reboot_type = BOOT_BIOS; in set_bios_reboot()
137 if (reboot_type != BOOT_CF9_FORCE) { in set_pci_reboot()
138 reboot_type = BOOT_CF9_FORCE; in set_pci_reboot()
147 if (reboot_type != BOOT_KBD) { in set_kbd_reboot()
148 reboot_type = BOOT_KBD; in set_kbd_reboot()
483 reboot_type = BOOT_EFI; in reboot_init()
568 int orig_reboot_type = reboot_type; in native_machine_emergency_restart()
[all …]
/Linux-v4.19/include/linux/
Dreboot.h25 enum reboot_type { enum
34 extern enum reboot_type reboot_type;
/Linux-v4.19/kernel/
Dreboot.c44 enum reboot_type reboot_type = BOOT_ACPI; variable
568 reboot_type = *str; in reboot_setup()
/Linux-v4.19/arch/x86/platform/ce4100/
Dce4100.c157 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()
/Linux-v4.19/tools/testing/ktest/
Dktest.pl104 my $reboot_type;
291 "REBOOT_TYPE" => \$reboot_type,
1890 if ($reboot_type eq "grub2") {
1895 if ($reboot_type ne "grub") {
1989 if ($reboot_type eq "grub") {
1991 } elsif ($reboot_type eq "grub2") {
1993 } elsif ($reboot_type eq "syslinux") {
4281 if ($reboot_type eq "grub") {
4283 } elsif ($reboot_type eq "grub2") {
4286 } elsif ($reboot_type eq "syslinux") {
/Linux-v4.19/Documentation/x86/x86_64/
Duefi.txt38 reboot_type=k turn off EFI reboot runtime service
/Linux-v4.19/arch/powerpc/kernel/
Drtas_flash.c561 static void rtas_flash_firmware(int reboot_type) in rtas_flash_firmware() argument
571 if (reboot_type != SYS_RESTART) { in rtas_flash_firmware()
/Linux-v4.19/arch/powerpc/include/asm/
Dopal.h62 int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
/Linux-v4.19/arch/x86/kernel/apic/
Dx2apic_uv_x.c1591 reboot_type = BOOT_ACPI; in uv_system_init_hub()
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt3897 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,