Home
last modified time | relevance | path

Searched refs:reboot_type (Results 1 – 10 of 10) 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()
75 if (reboot_type != BOOT_BIOS) { in set_bios_reboot()
76 reboot_type = BOOT_BIOS; in set_bios_reboot()
89 if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) { in set_efi_reboot()
90 reboot_type = BOOT_EFI; in set_efi_reboot()
141 if (reboot_type != BOOT_CF9_FORCE) { in set_pci_reboot()
142 reboot_type = BOOT_CF9_FORCE; in set_pci_reboot()
151 if (reboot_type != BOOT_KBD) { in set_kbd_reboot()
152 reboot_type = BOOT_KBD; in set_kbd_reboot()
[all …]
/linux-6.6.21/include/linux/
Dreboot.h28 enum reboot_type { enum
37 extern enum reboot_type reboot_type;
/linux-6.6.21/kernel/
Dreboot.c48 enum reboot_type reboot_type = BOOT_ACPI; variable
1053 reboot_type = *str; in reboot_setup()
1165 switch (reboot_type) { in type_show()
1197 reboot_type = BOOT_TRIPLE; in type_store()
1199 reboot_type = BOOT_KBD; in type_store()
1201 reboot_type = BOOT_BIOS; in type_store()
1203 reboot_type = BOOT_ACPI; in type_store()
1205 reboot_type = BOOT_EFI; in type_store()
1207 reboot_type = BOOT_CF9_FORCE; in type_store()
/linux-6.6.21/tools/testing/ktest/
Dktest.pl110 my $reboot_type;
304 "REBOOT_TYPE" => \$reboot_type,
1987 doprint "Find $reboot_type menu ... ";
2032 if ($reboot_type !~ /^grub/) {
2038 if ($reboot_type eq "grub") {
2042 } elsif ($reboot_type eq "grub2") {
2047 } elsif ($reboot_type eq "grub2bls") {
2120 if ($reboot_type eq "grub") {
2122 } elsif (($reboot_type eq "grub2") or ($reboot_type eq "grub2bls")) {
2124 } elsif ($reboot_type eq "syslinux") {
[all …]
/linux-6.6.21/arch/x86/platform/ce4100/
Dce4100.c153 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()
/linux-6.6.21/Documentation/arch/x86/x86_64/
Duefi.rst50 reboot_type=k
/linux-6.6.21/arch/powerpc/kernel/
Drtas_flash.c557 static void rtas_flash_firmware(int reboot_type) in rtas_flash_firmware() argument
567 if (reboot_type != SYS_RESTART) { in rtas_flash_firmware()
/linux-6.6.21/arch/powerpc/include/asm/
Dopal.h56 int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
/linux-6.6.21/arch/x86/kernel/apic/
Dx2apic_uv_x.c1626 reboot_type = BOOT_ACPI; in check_efi_reboot()
/linux-6.6.21/Documentation/admin-guide/
Dkernel-parameters.txt5414 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,