Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dreboot.c63 if (reboot_type != BOOT_ACPI) { in set_acpi_reboot()
64 reboot_type = BOOT_ACPI; in set_acpi_reboot()
77 if (reboot_type != BOOT_BIOS) { in set_bios_reboot()
78 reboot_type = BOOT_BIOS; in set_bios_reboot()
91 if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) { in set_efi_reboot()
92 reboot_type = BOOT_EFI; in set_efi_reboot()
143 if (reboot_type != BOOT_CF9_FORCE) { in set_pci_reboot()
144 reboot_type = BOOT_CF9_FORCE; in set_pci_reboot()
153 if (reboot_type != BOOT_KBD) { in set_kbd_reboot()
154 reboot_type = BOOT_KBD; in set_kbd_reboot()
[all …]
/linux/include/linux/
H A Dreboot.h28 enum reboot_type { enum
37 extern enum reboot_type reboot_type;
/linux/kernel/
H A Dreboot.c50 enum reboot_type reboot_type = BOOT_ACPI; variable
1160 reboot_type = *str; in reboot_setup()
1272 switch (reboot_type) { in type_show()
1304 reboot_type = BOOT_TRIPLE; in type_store()
1306 reboot_type = BOOT_KBD; in type_store()
1308 reboot_type = BOOT_BIOS; in type_store()
1310 reboot_type = BOOT_ACPI; in type_store()
1312 reboot_type = BOOT_EFI; in type_store()
1314 reboot_type = BOOT_CF9_FORCE; in type_store()
/linux/tools/testing/ktest/
H A Dktest.pl112 my $reboot_type;
309 "REBOOT_TYPE" => \$reboot_type,
2029 doprint "Find $reboot_type menu ... ";
2074 if ($reboot_type !~ /^grub/) {
2080 if ($reboot_type eq "grub") {
2084 } elsif ($reboot_type eq "grub2") {
2089 } elsif ($reboot_type eq "grub2bls") {
2162 if ($reboot_type eq "grub") {
2164 } elsif (($reboot_type eq "grub2") or ($reboot_type eq "grub2bls")) {
2166 } elsif ($reboot_type eq "syslinux") {
[all …]
/linux/arch/x86/platform/ce4100/
H A Dce4100.c57 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()
/linux/arch/powerpc/kernel/
H A Drtas_flash.c533 static void rtas_flash_firmware(int reboot_type) in rtas_flash_firmware() argument
543 if (reboot_type != SYS_RESTART) { in rtas_flash_firmware()
/linux/Documentation/arch/x86/x86_64/
H A Duefi.rst67 reboot_type=k
/linux/arch/powerpc/include/asm/
H A Dopal.h56 int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1574 reboot_type = BOOT_ACPI; in check_efi_reboot()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt6473 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,