Searched refs:reboot_type (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dreboot.c61 if (reboot_type != BOOT_ACPI) {
62 reboot_type = BOOT_ACPI;
75 if (reboot_type != BOOT_BIOS) {
76 reboot_type = BOOT_BIOS;
89 if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) {
90 reboot_type = BOOT_EFI;
141 if (reboot_type != BOOT_CF9_FORCE) {
142 reboot_type = BOOT_CF9_FORCE;
151 if (reboot_type != BOOT_KBD) {
152 reboot_type
[all...]
/linux-master/include/linux/
H A Dreboot.h28 enum reboot_type { enum
37 extern enum reboot_type reboot_type;
/linux-master/kernel/
H A Dreboot.c41 * reboot_type is still set to its default value (i.e., reboot= hasn't
48 enum reboot_type reboot_type = BOOT_ACPI; variable in typeref:enum:reboot_type
1075 reboot_type = *str;
1187 switch (reboot_type) {
1219 reboot_type = BOOT_TRIPLE;
1221 reboot_type = BOOT_KBD;
1223 reboot_type = BOOT_BIOS;
1225 reboot_type = BOOT_ACPI;
1227 reboot_type
[all...]
/linux-master/arch/x86/platform/ce4100/
H A Dce4100.c153 reboot_type = BOOT_KBD;
/linux-master/tools/testing/ktest/
H A Dktest.pl110 my $reboot_type;
304 "REBOOT_TYPE" => \$reboot_type,
1992 doprint "Find $reboot_type menu ... ";
2037 if ($reboot_type !~ /^grub/) {
2043 if ($reboot_type eq "grub") {
2047 } elsif ($reboot_type eq "grub2") {
2052 } elsif ($reboot_type eq "grub2bls") {
2125 if ($reboot_type eq "grub") {
2127 } elsif (($reboot_type eq "grub2") or ($reboot_type e
[all...]
/linux-master/arch/powerpc/kernel/
H A Drtas_flash.c557 static void rtas_flash_firmware(int reboot_type) argument
567 if (reboot_type != SYS_RESTART) {
/linux-master/arch/powerpc/include/asm/
H A Dopal.h56 int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1574 reboot_type = BOOT_ACPI;

Completed in 257 milliseconds