Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A 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()
90 if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) { in set_efi_reboot()
91 reboot_type = BOOT_EFI; in set_efi_reboot()
142 if (reboot_type != BOOT_CF9_FORCE) { in set_pci_reboot()
143 reboot_type = BOOT_CF9_FORCE; in set_pci_reboot()
152 if (reboot_type != BOOT_KBD) { in set_kbd_reboot()
153 reboot_type = BOOT_KBD; in set_kbd_reboot()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dreboot.h27 enum reboot_type { enum
36 extern enum reboot_type reboot_type;
/OK3568_Linux_fs/kernel/kernel/
H A Dreboot.c48 enum reboot_type reboot_type = BOOT_ACPI; variable
603 reboot_type = *str; in reboot_setup()
/OK3568_Linux_fs/kernel/tools/testing/ktest/
H A Dktest.pl110 my $reboot_type;
303 "REBOOT_TYPE" => \$reboot_type,
1921 doprint "Find $reboot_type menu ... ";
1957 if ($reboot_type !~ /^grub/) {
1963 if ($reboot_type eq "grub") {
1967 } elsif ($reboot_type eq "grub2") {
1971 } elsif ($reboot_type eq "grub2bls") {
2040 if ($reboot_type eq "grub") {
2042 } elsif (($reboot_type eq "grub2") or ($reboot_type eq "grub2bls")) {
2044 } elsif ($reboot_type eq "syslinux") {
[all …]
/OK3568_Linux_fs/kernel/arch/x86/platform/ce4100/
H A Dce4100.c153 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()
/OK3568_Linux_fs/kernel/Documentation/x86/x86_64/
H A Duefi.rst50 reboot_type=k
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A 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()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dopal.h59 int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1609 reboot_type = BOOT_ACPI; in check_efi_reboot()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt4665 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,