Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dreboot.c63 reboot_type = BOOT_ACPI; in set_acpi_reboot()
77 reboot_type = BOOT_BIOS; in set_bios_reboot()
91 reboot_type = BOOT_EFI; in set_efi_reboot()
161 reboot_type = BOOT_KBD; in set_kbd_reboot()
522 reboot_type = BOOT_EFI; in reboot_init()
615 reboot_type = BOOT_EFI; in native_machine_emergency_restart()
620 switch (reboot_type) { in native_machine_emergency_restart()
623 reboot_type = BOOT_KBD; in native_machine_emergency_restart()
639 reboot_type = BOOT_EFI; in native_machine_emergency_restart()
645 reboot_type = BOOT_BIOS; in native_machine_emergency_restart()
[all …]
/linux/kernel/
A Dreboot.c48 enum reboot_type reboot_type = BOOT_ACPI; variable
663 reboot_type = *str; in reboot_setup()
775 switch (reboot_type) { in type_show()
807 reboot_type = BOOT_TRIPLE; in type_store()
809 reboot_type = BOOT_KBD; in type_store()
811 reboot_type = BOOT_BIOS; in type_store()
813 reboot_type = BOOT_ACPI; in type_store()
815 reboot_type = BOOT_EFI; in type_store()
817 reboot_type = BOOT_CF9_FORCE; in type_store()
/linux/include/linux/
A Dreboot.h27 enum reboot_type { enum
36 extern enum reboot_type reboot_type;
/linux/tools/testing/ktest/
A Dktest.pl110 my $reboot_type;
303 "REBOOT_TYPE" => \$reboot_type,
1972 doprint "Find $reboot_type menu ... ";
2008 if ($reboot_type !~ /^grub/) {
2014 if ($reboot_type eq "grub") {
2018 } elsif ($reboot_type eq "grub2") {
2090 if ($reboot_type eq "grub") {
2092 } elsif (($reboot_type eq "grub2") or ($reboot_type eq "grub2bls")) {
4364 if (($reboot_type eq "grub") or ($reboot_type eq "grub2bls")) {
4366 } elsif ($reboot_type eq "grub2") {
[all …]
/linux/arch/x86/platform/ce4100/
A Dce4100.c153 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()
/linux/Documentation/x86/x86_64/
A Duefi.rst50 reboot_type=k
/linux/arch/powerpc/kernel/
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()
/linux/arch/powerpc/include/asm/
A Dopal.h56 int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
/linux/arch/x86/kernel/apic/
A Dx2apic_uv_x.c1609 reboot_type = BOOT_ACPI; in check_efi_reboot()
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt4857 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,
/linux/
A DSystem.map130695 ffff800011de07a0 D reboot_type
A D.tmp_System.map130695 ffff800011de07a0 D reboot_type

Completed in 354 milliseconds