Home
last modified time | relevance | path

Searched refs:REBOOT_WARM (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-socfpga/
H A Dsocfpga.c76 if (mode == REBOOT_WARM) in socfpga_cyclone5_restart()
89 if (mode == REBOOT_WARM) in socfpga_arria10_restart()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dreboot.c22 case REBOOT_WARM: in efi_reboot()
/OK3568_Linux_fs/kernel/include/linux/
H A Dreboot.h19 REBOOT_WARM, enumerator
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dreboot.c598 mode = reboot_mode == REBOOT_WARM ? 0x1234 : 0; in native_machine_emergency_restart()
653 u8 reboot_code = reboot_mode == REBOOT_WARM ? 0x06 : 0x0E; in native_machine_emergency_restart()
/OK3568_Linux_fs/kernel/kernel/
H A Dreboot.c565 *mode = REBOOT_WARM; in reboot_setup()
/OK3568_Linux_fs/kernel/drivers/firmware/psci/
H A Dpsci.c301 if ((reboot_mode == REBOOT_WARM || reboot_mode == REBOOT_SOFT) && in psci_sys_reset()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dprocess.c592 efi_reboot(REBOOT_WARM, NULL); in machine_restart()