Home
last modified time | relevance | path

Searched refs:efi_reboot (Results 1 – 5 of 5) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dreset.c69 efi_reboot(REBOOT_WARM, NULL); in machine_restart()
71 efi_reboot(REBOOT_COLD, NULL); in machine_restart()
/linux/drivers/firmware/efi/
H A Dreboot.c13 void efi_reboot(enum reboot_mode reboot_mode, const char *__unused) in efi_reboot() function
/linux/arch/x86/kernel/
H A Dreboot.c679 efi_reboot(reboot_mode, NULL); in native_machine_emergency_restart()
/linux/include/linux/
H A Defi.h887 extern void efi_reboot(enum reboot_mode reboot_mode, const char *__unused);
908 efi_reboot(enum reboot_mode reboot_mode, const char *__unused) {} in efi_reboot() function
/linux/arch/arm64/kernel/
H A Dprocess.c138 efi_reboot(reboot_mode, NULL); in machine_restart()