Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H 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()
153 reboot_type = BOOT_KBD; in set_kbd_reboot()
514 reboot_type = BOOT_EFI; in reboot_init()
650 reboot_type = BOOT_EFI; in native_machine_emergency_restart()
655 switch (reboot_type) { in native_machine_emergency_restart()
658 reboot_type = BOOT_KBD; in native_machine_emergency_restart()
674 reboot_type = BOOT_EFI; in native_machine_emergency_restart()
680 reboot_type = BOOT_BIOS; in native_machine_emergency_restart()
[all …]
/linux-6.15/include/linux/
H A Dreboot.h28 enum reboot_type { enum
37 extern enum reboot_type reboot_type;
/linux-6.15/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-6.15/tools/testing/ktest/
H A Dktest.pl110 my $reboot_type;
306 "REBOOT_TYPE" => \$reboot_type,
2001 doprint "Find $reboot_type menu ... ";
2046 if ($reboot_type !~ /^grub/) {
2052 if ($reboot_type eq "grub") {
2056 } elsif ($reboot_type eq "grub2") {
2134 if ($reboot_type eq "grub") {
2136 } elsif (($reboot_type eq "grub2") or ($reboot_type eq "grub2bls")) {
4424 if (($reboot_type eq "grub") or ($reboot_type eq "grub2bls")) {
4426 } elsif ($reboot_type eq "grub2") {
[all …]
/linux-6.15/arch/x86/platform/ce4100/
H A Dce4100.c152 reboot_type = BOOT_KBD; in x86_ce4100_early_setup()
/linux-6.15/Documentation/arch/x86/x86_64/
H A Duefi.rst67 reboot_type=k
/linux-6.15/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()
/linux-6.15/arch/powerpc/include/asm/
H A Dopal.h56 int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
/linux-6.15/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1574 reboot_type = BOOT_ACPI; in check_efi_reboot()
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt6022 reboot_type is one of bios, acpi, kbd, triple, efi, or pci,