Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/efi/
Dreboot.c13 void efi_reboot(enum reboot_mode reboot_mode, const char *__unused) in efi_reboot() function
/Linux-v4.19/arch/arm64/kernel/
Dprocess.c158 efi_reboot(reboot_mode, NULL); in machine_restart()
/Linux-v4.19/arch/x86/kernel/
Dreboot.c615 efi_reboot(reboot_mode, NULL); in native_machine_emergency_restart()
/Linux-v4.19/arch/ia64/kernel/
Dprocess.c666 efi_reboot(REBOOT_WARM, NULL); in machine_restart()
/Linux-v4.19/include/linux/
Defi.h1164 extern void efi_reboot(enum reboot_mode reboot_mode, const char *__unused);
1173 efi_reboot(enum reboot_mode reboot_mode, const char *__unused) {} in efi_reboot() function