Home
last modified time | relevance | path

Searched refs:BOOT_EFI (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/x86/kernel/
Dreboot.c90 if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) { in set_efi_reboot()
91 reboot_type = BOOT_EFI; in set_efi_reboot()
514 reboot_type = BOOT_EFI; in reboot_init()
607 reboot_type = BOOT_EFI; in native_machine_emergency_restart()
631 reboot_type = BOOT_EFI; in native_machine_emergency_restart()
635 case BOOT_EFI: in native_machine_emergency_restart()
/linux-5.19.10/include/linux/
Dreboot.h33 BOOT_EFI = 'e', enumerator
/linux-5.19.10/kernel/
Dreboot.c1160 case BOOT_EFI: in type_show()
1187 reboot_type = BOOT_EFI; in type_store()